What are the disadvantages of windows?
What is string in php?
What are functional testing and unit testing?
Explain what is virtual bc? What is the use of vbc?
What are the advantages of ratio analysis?
what is difference between normalization and denormalization. in normalization all tables are normalizad format or not. what r the types of indexes are there. what is difference b/w bitmap,b-tree,unique and function based indexes.
When to use assert, verify and waitfor in selenium?
i have passed my +2 i am getting admission biotechnolgy in govt college chd afflited to punjab universty, but beside that i am getting admission in b.pharma in punjabi universty patiala where should i go in which field
How you will pass a variable by value in wordpress?
What does === mean in js?
from 12v,100ma power supply how an i get 5v,1amp draw the power supply diagram
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 is hashset defined in java?
what are the deliverables?in your project?
How is System.Windows.Media.Visual dll utilized in WPF?