Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
How can I see where pipes are behind the wall?
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..
Mention what is oracle real application clusters?
How javascript sort function works?
What is the control room in automation anywhere?
What are the file-related modules we have in python?
what is difference between cpp electrical system and refinery electrical system
What is content construction kit (cck) in drupal?
what is the last version in TD to support for qtp?
What are the techniques involved in using sap supplied programs?
what is magnetizing current test in power transformer
What is thread.sleep()?
which the best institute in india to get trained on telecom protocol testing? am a b.tech e.c.e fresher
Where is microsoft word?
How to handle exceptions that are raised in a component?