Tell me how would you add a 3rd party package like sentry?
what are the basic functions for master, msdb, model, tempdb and resource system databases? : sql server database administration
What is the use of CLR in .NET?
one kg of gas is compressed adiabatically from 1 kg/sq.cm,1 cubic metre volume and 300 kelvin to 5 kg/sq.cm,0.5 cubic metre and 400 kelvin.work transfer in this process will be
I want to do QTP Certification what is the pattern of Question paper.
Define ply yarns?
Can I convert numbers to words in excel?
Is it safe to delete log files?
somehow informix fails to go online. Is there a way to view what oninit is doing?
When not to use object oriented programming?
1) write Short notes about Shellow & Deep well? 2) What is the full form of SPT & SMB? write short notes. 3) write short notes about efficiency of Riveted joint.
What are the higher level apis under development on top of jdbc currently?
Explain about literals?
Differentiate between hdam and hidam database?
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..