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

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

5 Answers  


How many types of reports can be generated in crystal reports?

7 Answers   Finite Infotech, Precision Techconet, VMware, winfoware,


Are there any limitations in crystal reports?

22 Answers  


What are the sections that we have in Crystal reports?

11 Answers  


How to write a formula to change a font based upon data ?

2 Answers  






how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!

0 Answers  


Can we use our own SQL for creating a report?

5 Answers  


to ensure that all of the data from a field is displayed in a report text object you should do which of the following?? a) use the format wizard b) size the text object manually c) select the auto format option for the text object d) select the can grow option for the text object e) set the can grow option to the details section of the report

2 Answers  


Can we export data of reports into other format like in world doc etc?

5 Answers  


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

2 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,


Categories