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 |
How to conditionally suppress a field based on whether a page number is odd or even?
What does it mean when we get the error message "Invalid report version" when try to open a Crystal Report?
How many sub-reports can report can have?
How do you add a subreport to a report in Crystal Reports?
How do you format your crystal reports so that on exporting to word doc or pdf it will not lose the orginal format
I am not able to see any image on Crystal Report at Run time. So how can I load any image which is saved in local disk so that it can be viewed at Runtime in Crystal reports?
Does Crystal Report support all the functions that we have in Oracle?
2 Answers MPS Techologies, Target,
Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?
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?
Where can we find the log file genertaed when we run a crystal report?
What are the sections that we have in Crystal reports?
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)