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

XtraReportPreviewExtensions.CloseRibbonPreview(IReport) Method

Closes the ribbon-based Print Preview form in which the report document is shown.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraPrinting.v19.2.dll

Declaration

public static void CloseRibbonPreview(
    this IReport report
)

Parameters

Name Type Description
report IReport

An object implementing the IReport interface.

See Also