Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
Explain at which frequency voice is sampled?
How do I copy slides to disk?
How is a Step generator used in UFT?
what is the gate of ftp server in redhat linux?
Can you still upgrade from windows 7 to 10 for free?
How do you find an object in an gui map.
How many schemas we have? how many you have used?
Explain one critical mapping?
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..
What are the problems in CIBIL updation? How will you convince your angry customer whose name is default list even after repayment of complete loan?
What are the general questions as VO will ask ?
How do you quickly delete a row in excel?
Is treeset synchronized?
Mention what are the characteristics of “bad links” ?
what are the methods in object?