STATIC METHOD CAN BE OVERLOADING AND OVERIDNG? IS POSSIBLE IN iN c# .NET AND WHAT IS THE REASON??
3 17579Post New IBM C Sharp Interview Questions
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 happens if I remove static from main method?
Name the data type should you use if you want an 8-bit value thats signed?
What future equity or debt financing will be necessary? - Venture Capitalists
Should PPC be used by big brands only?
what is a message and what does it contain?
How identifying bottlenecks in various components of informatica and resolving them?
working principles of cf lamp,incandescentlamp and f lamp?
How do I change the default download location in windows?
What is activity component of android?
Explain about scorecarding?
Specify the port number for http?
Explain what a clipping mask?
i want techical questions on c and java with code part
What is a node in selenium grid?