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 print two details fields at the bottom of the page
Can we add any database field once we have chosen ?Close? button?
how to create crystal reports in .net
Kindly Help for this Below Scenario, I am going to implement Power BI into our internal software. I’m familiar with the fact that each user can pay $9.99 a month to build and view reports but what I need to know is how can we embed Power BI into our application so that any users that log into our application can see the reports without the monthly fee. I’ve researched enough that it can be done. What I am not familiar with is how to do it or the pricing of embedding it into an application. I think they do pricing on how many renders you do or something. Would you be able to look into how we could embed it into our software and the cost?
How many Sub Reports added in One MainReport?
4 Answers Amadeus, Aviva, CTS, Patni, Welkin,
Can we use Crystal report as a stand-alone application?
Are there any limitations in crystal reports?
How to refresh the crystal report from the application ?
How to add Crystal Reports(Standalone) to my VB.NET project
How do you add a subreport to a report in Crystal Reports?
Where can we find the log file genertaed when we run a crystal report?
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
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)