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..
Who created eclipse?
What are the 4 types of ppe?
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
How to boot to the desktop in windows 8?
How can I generate floating-point random numbers?
How to connect to mongodb using mongoose in node.js?
What is token based authentication system ?
What is difference between saveprechange and savepostchange?
What is yarn in hadoop?
What is free linux?
what is the difference between informatica6.1 and infomatica7.1
i am from bpo sector and have a intervirw with ocwen financial corporation for bpo job so what kind of questions i can expect there
Why we use bulk collect in oracle?
Which are the common ways of communication between modules of your application, using core angularjs functionality?