ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportViewerSettings Class / DataProviders Property

In This Topic
    DataProviders Property (ReportViewerSettings)
    In This Topic
    Gets or sets a array of the custom data providers.
    Syntax
    'Declaration
     
    Public Property DataProviders As DataProviderInfo()
    public DataProviderInfo[] DataProviders {get; set;}

    Property Value

    An array of GrapeCity.ActiveReports.Configuration.DataProviderInfo representing the custom data providers.
    See Also