ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / RpxSettings Class / Enabled Property

In This Topic
    Enabled Property (RpxSettings)
    In This Topic
    Set to true to enable RPX support.
    Syntax
    'Declaration
     
    Public Property Enabled As Nullable(Of Boolean)
    public Nullable<bool> Enabled {get; set;}
    See Also