Skip to main content

ReportParametersPanel.SpriteCssFilePath Property

Specifies the path to the CSS file, storing styles for a Document Map’s elements.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

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.

See Also