Search code examples
c#printingcrystal-reports

How do I print Crystal Reports?


I am new comer in Crystal report printing. Any one suggest me best way of Crystal report print in C# Desktop Application With Example(Source code).


Solution

  • Do you want users to just print when they want to?

    If so, just enable the print option on the CrystalReportViewer control.

    Otherwise the answer provided by kashif is the programmatic way.