What is pycharm used for?
What is ejb technology?
What may be the reason that widgets won’t display in the sidebar?
What are the features of term loans?
What is an entity manager?
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..
How do you insert a vertical divider in word?
what is the minimum and maximam trace width in PCB design? why trace is measured in mils? what is the use of via? why the crystal oscillator is placed near chip?
what is the frame work in J-meter?
Why gas containers are mostly cylindrical in shape?
What is the best size for a powerpoint slide?
How do I view views in drupal 8?
What is meant by django in python?
Is java swing still used?
Where is the session stored?