[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Model.DataSetExtensions.SetParentDataSet

SetParentDataSet Method

SetParentDataSet(IDataSet, string, string)

Sets the parent dataset and field names for the nested dataset.

Declaration
public static void SetParentDataSet(this IDataSet dataSet, string dataSetName, string fieldName)
Parameters
Type Name Description
IDataSet dataSet

A IDataSet object to update.

string dataSetName

A string value indicating the name of the parent dataset.

string fieldName

A string value indicating the field of the parent dataset which represents the data for the nested dataset.