XtraReportPreviewExtensions.CloseRibbonPreview(IReport) Method
In This Article
Closes the ribbon-based Print Preview form in which the report document is shown.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
report | IReport | An object implementing the IReport interface. |
See Also