ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ReportDesignerConfiguration Class / EnabledDataApi Property

In This Topic
    EnabledDataApi Property (ReportDesignerConfiguration)
    In This Topic
    Gets or sets a value indicating whether the server API for the data source and data set editors is enabled.
    Syntax
    'Declaration
     
    Public Property EnabledDataApi As Boolean
    public bool EnabledDataApi {get; set;}

    Property Value

    A System.Boolean indicating the enabled state of the data API.
    See Also