ISelectDataSourcePageView.ShowWaitIndicator(Boolean) Method
If implemented, shows or hides the wait indicator on a wizard page.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| show | Boolean | true to show the wait indicator; otherwise false. |
See Also