Skip to main content
A newer version of this page is available. .

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.v18.2.Web.WebForms.dll

Declaration

[DefaultValue("")]
public string SpriteImageUrl { get; set; }

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