what is the importance of signals and systems ?
Is mysql a nosql database?
How would you define a dashboard?
What is provided by the elements that don’t recognize the namespace uri?
What are the three modes of lotus inotes?
where do u maintain all your test cases in manual not in selenium
What is java in layman terms?
How to create the namespace in javascript?
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 to verify a login name with sqlcmd tool?
How to deal with sqlite database?
is there any digitel grevity meter availaible in the market by which we can measure specific gravity of a battery?
What is the limit to the number of sources and targets you can have in a mapping?
How can test or measure the probe and extension cable to identify if the problem at the probe or cable or at the driver it self? (pleast notify the measuring method)
Comment on c++ standard exceptions?