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 |
Suppose 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?
Explain reporter footer contents are move depend the page footer values?
How to refresh the crystal report from the application ?
Is there a way to export a report definition without writing code?
How to "Print" in Crystal Reports while using ASP DOT NET Platform?
How many sub-reports can report can have?
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?
Can we use our own SQL for creating a report?
Are there any limitations in crystal reports?
Can we use Crystal report as a stand-alone application?
HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM
How do we format field?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)