[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Model.DataSetExtensions.IsNested

IsNested Method

IsNested(IDataSet)

<p>Determines if the dataset is a nested dataset. A nested dataset is a dataset that references another dataset instead of a datasource.

A dataset reference consists of the prefix "$dataset:", the name of the parent dataset, the path separator "/", and the name of the field from the parent dataset containing this dataset.

Declaration
public static bool IsNested(this IDataSet dataSet)
Parameters
Type Name Description
IDataSet dataSet

A IDataSet object to check.

Returns
Type Description
bool

A bool value. true if the dataset is a nested dataset; otherwise, false.