ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DataSources Class / Options Property

In This Topic
    Options Property (DataSources)
    In This Topic
    Gets or sets the options for data sources and the data source editor.
    Syntax
    'Declaration
     
    Public Property Options As DataSourcesOptions
    public DataSourcesOptions Options {get; set;}

    Property Value

    An instance of DataSourcesOptions that contains the options for data sources and the data source editor.
    See Also