IReportPrintTool.ShowRibbonPreviewDialog(Object) Method
For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| themeOwner | Object | A Object value. |
Remarks
This method is intended for internal use only. Normally, you don’t need to use it.
See Also