ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer Namespace / DesignerSettings Class / UseDataProviders Method

In This Topic
    UseDataProviders Method (DesignerSettings)
    In This Topic
    Adds custom data provider info
    Syntax
    'Declaration
     
    Public Sub UseDataProviders( _
       ByVal providers() As DataProviderInfo _
    ) 
    public void UseDataProviders( 
       DataProviderInfo[] providers
    )

    Parameters

    providers
    See Also