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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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