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

In This Topic
    DesignerInitialized Property
    In This Topic
    Gets or sets the callback that is invoked when a Designer is initialized.
    Syntax
    'Declaration
     
    Public Property DesignerInitialized As Action
    public Action DesignerInitialized {get; set;}

    Property Value

    An System.Action representing the callback that is invoked when a Designer is initialized.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also