ReportViewer.ShowLoadingPanelImage Property
Gets or sets whether the image can be displayed within a Loading Panel.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the image is allowed to be displayed within a Loading Panel; otherwise, false. |
Remarks
The loading panel’s image is specified by the ReportViewer.LoadingPanelImage property. Its visibility is controlled by the ShowLoadingPanelImage property.
See Also