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

IReportPrintTool.ShowRibbonPreview(Object) Method

For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

void ShowRibbonPreview(
    object themeOwner
)

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