Skip to main content
All docs
V18.2

ASPxClientReportViewer.Print(Int32) Method

Prints a report page with the specified page index.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public void Print(
    int pageIndex
)

Parameters

Name Type Description
pageIndex Int32

An integer value which specifies an index of the page to be printed.

Remarks

After calling this method, depending on the ReportViewer.PrintUsingAdobePlugIn property’s value, a report page 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