[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.LoadHelper.LoadDataSet

LoadDataSet Method

LoadDataSet(ResourceLocator, string)

Loads a data set using the specified resource locator and data set reference.

Declaration
public static IDataSet LoadDataSet(ResourceLocator resourceLocator, string dataSetReference)
Parameters
Type Name Description
ResourceLocator resourceLocator

A ResourceLocator object used to locate the resource.

string dataSetReference

A string value indicating reference to the data set to be loaded.

Returns
Type Description
IDataSet

An IDataSet object representing the loaded data set.