Skip to main content
All docs
V18.2

ASPxClientReportViewer.Print() Method

Prints a report shown in the ReportViewer.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void Print()

Remarks

After calling this method, dependent on the ReportViewer.PrintUsingAdobePlugIn property’s value, a report is printed in either of the following two ways:

  • Using a Web Browser’s printing capabilities. This means that the Web Browser’s printer settings will be used to print a report.
  • Using the Adobe® Reader plug-in.

For a detailed explanation of these approaches to client-side printing, refer to Print Overview.

See Also