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.v20.2.dll
Declaration
public static void CloseRibbonPreview(
this IReport report
)
<ExtensionAttribute>
Public Shared Sub CloseRibbonPreview(
report As IReport
)
Parameters
Name | Type | Description |
---|---|---|
report | IReport | An object implementing the IReport interface. |
See Also
Feedback