Skip to main content

IChooseSummaryOptionsPageView.ShowWaitIndicator(Boolean) Method

If implemented, shows or hides the wait indicator on a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void ShowWaitIndicator(
    bool show
)

Parameters

Name Type Description
show Boolean

true to show the wait indicator; otherwise false.

See Also