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

Explain the various components in crystal reports?

0 Answers  


How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)

9 Answers   CSC, ERS, Jupiter,


How to refresh the crystal report from the application ?

6 Answers   Satyam,


How many sections are there in the report

6 Answers  


How do we connect to the database?

6 Answers  






How to print two details fields at the bottom of the page

5 Answers  


Where can we find the log file genertaed when we run a crystal report?

2 Answers   Microsoft, Wipro,


Is it possible to join more than one universe in Busniess Objects BOE XI ? If its so Please explain how is that possible ? Thanks in advance for the people posting the answers

3 Answers   Wipro,


Explain basic steps required to display a simple report in crystal?

0 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. Can anybody answer this please....... Regards Vimal.

1 Answers   GRV India, Patni,


What are Crystal Reports and Crystal Reports Explorer?

1 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  


Categories