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

In This Topic
    IsReportExplorerActive Property
    In This Topic
    Gets or sets a value indicating whether the Report Explorer panel is active.
    Syntax
    'Declaration
     
    Public Property IsReportExplorerActive As Boolean
    public bool IsReportExplorerActive {get; set;}

    Property Value

    true if the Report Explorer is active; otherwise, false.
    Remarks
    The Report Explorer provides a tree view of the report's structure, allowing users to navigate and manage report items easily.
    See Also