MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / EmbeddedStyleSheets Property

In This Topic
EmbeddedStyleSheets Property
In This Topic
Gets a collection of the stylesheets embedded in the report.
Syntax
'Declaration
 
Public ReadOnly Property EmbeddedStyleSheets As List(Of EmbeddedStyleSheet)
 

Property Value

A collection of the EmbeddedStyleSheet objects containing stylesheets embedded associated with the report.
See Also