ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / App Property

In This Topic
    App Property (ReportDesigner)
    In This Topic
    Gets the application-level functionalities, allowing interaction with various aspects such as documentation, focus management, menu panels, and editor actions.
    Syntax
    'Declaration
     
    Public ReadOnly Property App As App
    public App App {get;}
    Remarks
    These properties can only be accessed after the Designer has been initialized.
    See Also