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

XtraReportPreviewExtensions.ClosePreview(IReport) Method

Closes the standard Print Preview form in which the report document is shown.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public static void ClosePreview(
    this IReport report
)

Parameters

Name Type Description
report IReport

An object implementing the IReport interface.

See Also