Crystal Report Viewer

  • Thread starter Thread starter EDom
  • Start date Start date
E

EDom

Hi,

I am using Crystal report viewer to display my reports with asp.net pages on
the web. How can I provide a printing option as it is not available in
crystal viwer. Is there any work around.
Regards,
 
you can provide an option to render it out as pdf format
that way the user can print it
go through
ExportToStream

CrystalDecisions.Shared.ExportFormatType.PortableDocFormat
 
Back
Top