ReportViewer.SpriteImageUrl Property
Specifies the URL of the sprite image file, storing images for the Search dialog of the ReportViewer and its associated ReportToolbar.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value, representing the sprite image file URL. |
Remarks
A sprite file is a single image file, into which all the required images are aggregated.
To specify a sprite CSS file path for the Search dialog, use the ReportViewer.SpriteCssFilePath property.
Note
A sprite image sample is available by clicking the corresponding link in the ReportToolbar‘s smart tag.
See Also