Ad line ?We understand your world? is associated with 1 State Bank of India 2 HDFC Bank 3 ABN ? AMRO 4 UTI Bank
1 6514After the break up of the Soviet Union, which is the largest country in the world in terms of area? 1 China 2 Canada 3 Russia 4 USA
3 7203Why the meters sonnected to metering core of CT are not damagedon event of a fault??? Explain the phenomena??
1 5209Hi If i had source like unique & duplicate records like 1,1,2,3,3,4 then i want load unique records in one target like 2,4 and i want load duplicate records like 1,1,3,3 then can any body please send me what is th scnario. my mail i shek.inform@gmail.com
6 19059what is RPI and NUT in controlnet networx. what happen if we are increase the NUT of controlnet networx?
1 9737Post New Schneider 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 is versioning?
What do you know about plastic currency?
What is the difference between static class and singleton class in c#?
For a NMOS transistor acting as a pass transistor, say the gate is connected to VDD, give the output for a square pulse input going from 0 to VDD
Explain me what is pooled tables?
What is opening tag and closing tag in html?
What's Monetary policy?
What is thread in computer architecture?
What is the difference between pl and sql?
What is swing api?
How does a .exe file work?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Can you explain indexing?
How to write multiline string in Ruby?