ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / SessionSettings Class / IsLayersListActive Property

In This Topic
    IsLayersListActive Property
    In This Topic
    Gets or sets a value indicating whether the Layers List panel is active and visible.
    Syntax
    'Declaration
     
    Public Property IsLayersListActive As Boolean
    public bool IsLayersListActive {get; set;}

    Property Value

    true if the Layers List is active; otherwise, false.
    Remarks
    The Layers List displays a list of layers present in the report, enabling users to manage the visibility and order of layers.
    See Also