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

IReportPrintTool.ShowPageSetupDialog(Object) Method

If implemented by a class, invokes a Page Setup dialog

Namespace: DevExpress.XtraReports.UI

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

Declaration

bool? ShowPageSetupDialog(
    object themeOwner
)

Parameters

Name Type Description
themeOwner Object

A Object value.

Returns

Type Description
Nullable<Boolean>

true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic).

See Also