ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / DesignerInitialized Property

In This Topic
    DesignerInitialized Property
    In This Topic
    The callback that is invoked when a Designer is initialized
    Syntax
    'Declaration
     
    Public Property DesignerInitialized As Action
    public Action DesignerInitialized {get; set;}
    See Also