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

ReportViewer.SpriteCssFilePath Property

Specifies the path to the CSS file, storing styles 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 SpriteCssFilePath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, representing the path to the CSS file.

Remarks

To specify a sprite image URL for the Search dialog, use the ReportViewer.SpriteImageUrl property.

Note

A sprite CSS sample is available by clicking the corresponding link in the ReportToolbar‘s smart tag.

See Also