Skip to main content

ReportDocumentMap.LoadingPanelImage Property

Gets the image settings of the Loading Panel.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties descendant.

See Also