ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / LoadHelper Class / LoadDataSet Method
A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
A System.String value indicating reference to the data set to be loaded.

In This Topic
    LoadDataSet Method
    In This Topic
    Loads a data set using the specified resource locator and data set reference.
    Syntax
    'Declaration
     
    Public Shared Function LoadDataSet( _
       ByVal resourceLocator As ResourceLocator, _
       ByVal dataSetReference As String _
    ) As IDataSet
    public static IDataSet LoadDataSet( 
       ResourceLocator resourceLocator,
       string dataSetReference
    )

    Parameters

    resourceLocator
    A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
    dataSetReference
    A System.String value indicating reference to the data set to be loaded.

    Return Value

    An GrapeCity.ActiveReports.PageReportModel.IDataSet object representing the loaded data set.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also