How to "Print" in Crystal Reports while using ASP DOT NET
Platform?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / rajavivekvarma
Bind the report to crystal report viewer.the viewer handles
the print code.
Is This Answer Correct ? | 1 Yes | 3 No |
Is there a way to export the report formulas, like totals to excel?
Can we use Crystal report as a stand-alone application?
How to "Print" in Crystal Reports while using ASP DOT NET Platform?
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
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.
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?
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 we create report using more than one database?
3 Answers CSC, Seed Infotech, Target,
Explain the various components in crystal reports?
Can we add any database field once we have chosen ?Close? button?
Are there any limitations in crystal reports?