ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / IDataSetsService Interface / GetDataSet Method
DataSet template Id

In This Topic
    GetDataSet Method (IDataSetsService)
    In This Topic
    Get DataSet template content by Id
    Syntax
    'Declaration
     
    Function GetDataSet( _
       ByVal id As String _
    ) As DataSetTemplate
    DataSetTemplate GetDataSet( 
       string id
    )

    Parameters

    id
    DataSet template Id

    Return Value

    DataSet template content
    See Also