What are the three parts of XSL?
where do u put the report file
Why does Apache send a cookie on every response?
What is the difference between CDATA and PCDATA?
How do people grow in this job?
what is the subprime?explain it.
why cable i burning without tripping. how can protect led street lights
How do sap bw/4hana and sap s/4hana relate?
What are the main features of ms word 2007?
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..
Explain the differences between exchange 2000 and exchange 2003?
What is the effect of the internet of things have on healthcare segment?
What is mvc framework laravel?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What are the features of the c language?