ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Msl Class / Enabled Property

In This Topic
    Enabled Property (Msl)
    In This Topic
    Gets or sets a value indicating whether RDL Multi-Section support is enabled.
    Syntax
    'Declaration
     
    Public Property Enabled As Nullable(Of Boolean)
    public Nullable<bool> Enabled {get; set;}

    Property Value

    true if RDL Multi-Section support is enabled; otherwise, false.
    See Also