.NET and Crystal Reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could anybody please give me a brief idea on how printing with Crystal
Reports is done from .NET?

Thanks in advance!
 
Ralph, how exactly do you mean? There is a ReportViewer object which is
provided for Crystal Reports and in .NET, you create strongly typed report,
create a form with a ReportViewer, instantiate the form, and set the report
instance as the source for the viewer. From the viewer, there has a print
functionality as well as export functionality for instance, to be sent to
excel or comma separated files. I have not used Crystal web for some time,
but at my last recollection, this functionality was available out of box as
well in web form, so either way you have printing and exporting available
out of box. Is this what you ask?
 
Back
Top