What accessories required to give the motor with given circuits and do you know the ratings of those accessories?
4 31397Post New TCS Interview Questions
Is visual studio good for c++?
Explain your idea of a Universe in BO and its relevance with the assignments you have worked upon.
What are the flags in 8086?
How do I fix a corrupted windows 10?
Mention different types of messages available in JMS API?
hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..
What is the difference between concurrency and parallelism?
How do you assign structural profiles to users?
What is the name of the first type of building used in Christian Churches?
What are the commands used in command prompt?
Explain the concept of contracts in laravel.
what non-conifer trees can be used at 7000 foot elevation where spruce and pine grew before the pine beetle?
What are different joins used in sql?
How to block direct directory access in PHP?
What is difference between spring boot and spring mvc? : Spring Boot