ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / ISharedDataSourceService Interface / GetDataSource Method

In This Topic
    GetDataSource Method (ISharedDataSourceService)
    In This Topic
    Get shared data source by name
    Syntax
    'Declaration
     
    Function GetDataSource( _
       ByVal name As String _
    ) As DataSource
    DataSource GetDataSource( 
       string name
    )

    Parameters

    name
    See Also