'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.