Skip to main content
A newer version of this page is available. .

IReportPrintTool.ShowPreview() Method

For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

void ShowPreview()

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also