How do I use xml namespaces with dom level 2?
Is it possible to create sales order for 40 items if the quotation is sent for 30 items?
hi i m sagar. i cleared the written exam of federal bank. pls let me know the interview dates and location. sagar.ganacharimath@gmail.com
Toast is a class to display a message in android. How to set position of a toast?
What is ejb 3?
What is a control room in blue prism?
What is xsl apply templates?
What are the four distinct types of memory in 8051?
What are the different customer services that provide effective solutions?
Q5 Prepare a Balance sheet from the following particulars: Gross profit =Rs.80,000 Gross profit to cost of goods sold =1/3 Stock velocity =6 times Opening stock =Rs.36,000 Accounts receivable velocity =72 days (year=360 days) Current assets=Rs.1,50,000 Account payable velocity=90 days Bills receivable =Rs.20,000 Bills payable=Rs.5,000 Fixed assets turnover ratio (on cost of goods sod)=8 times
How Many Computers Can Share a WiFi Network?
what are the main challenges with solar energy system?
Tell me about normalization in DBMS.
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
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..