Skip to main content

ReportViewer.ShowLoadingPanelImage Property

Gets or sets whether the image can be displayed within a Loading Panel.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public bool ShowLoadingPanelImage { get; set; }

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