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

In This Topic
    DataSettings Property
    In This Topic
    Gets or sets the settings related to data management, including configurations for data sources, data sets, parameters, and common values.
    Syntax
    'Declaration
     
    Public Property DataSettings As DataSettings
    public DataSettings DataSettings {get; set;}

    Property Value

    An DataSettings object representing the settings related to data management.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also