ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / Layers Property

In This Topic
    Layers Property (Report)
    In This Topic
    Gets a collection of layers within the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Layers As LayerCollection
    public LayerCollection Layers {get;}

    Property Value

    A LayerCollection object representing a collection of layers.
    See Also