Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewer.ExportTo() Method

Exports the document to a PDF file.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public void ExportTo()

Remarks

Once the document export has started, it will run until the resulting document is complete and cannot be interrupted or canceled in the process.

See Also