How to "Print" in Crystal Reports while using ASP DOT NET
Platform?

Answers were Sorted based on User's Feedback



How to "Print" in Crystal Reports while using ASP DOT NET Platform?..

Answer / rahul

using CrystalDecisions.Shared

CrystalReport1 cr= new CrystalReport1;

'here crystalreport1 is crystal report which we design.

CrystalViewer1.ReportSource = cr;

OR

we can directly print the report without showing report

CrystalReport1 cr= new CrystalReport1;

cr.PrintToPrinter(1,False,1,1);

Is This Answer Correct ?    6 Yes 2 No

How to "Print" in Crystal Reports while using ASP DOT NET Platform?..

Answer / agshar

But This will print on Server Side not on client side , how
To print on Client side without click on Print Button on
Crystal report viewer ?

Is This Answer Correct ?    2 Yes 3 No

How to "Print" in Crystal Reports while using ASP DOT NET Platform?..

Answer / rajavivekvarma

Bind the report to crystal report viewer.the viewer handles
the print code.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Crystal Reports Interview Questions

Is there a way to export the report formulas, like totals to excel?

3 Answers  


Can we use Crystal report as a stand-alone application?

4 Answers   Covansys,


How to "Print" in Crystal Reports while using ASP DOT NET Platform?

3 Answers  


I have a crystal report with a linked subreport as well. is there any way not to print the current record on the main report if no records are returned from the subreport? thanks you email - stanlte@yahoo.com

3 Answers  


hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button.

0 Answers  


Why is Excel Report preferred over crystal reports?

3 Answers   Atos Origin, Collabera, Lighthouse Technologies,


What are the advantages or disadvantages of using Crystal Reports in a Windows Forms application as opposed to say rolling our own reports as HTML and displaying them in the Internet Explorer control?

2 Answers  


How to open subreport in new ie window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report?

0 Answers  


Can we create report using more than one database?

3 Answers   CSC, Seed Infotech, Target,


Explain the various components in crystal reports?

0 Answers  


Can we add any database field once we have chosen ?Close? button?

2 Answers  


Are there any limitations in crystal reports?

22 Answers  


Categories