ActiveReports 19 .NET Edition
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)
    public List<EmbeddedStyleSheet> EmbeddedStyleSheets {get;}

    Property Value

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