ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Model Namespace / DataSetExtensions Class / IsNested Method
The dataset to check

In This Topic
    IsNested Method
    In This Topic
    Checks 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.
    Syntax
    'Declaration
     
    Public Shared Function IsNested( _
       ByVal dataSet As IDataSet _
    ) As Boolean
    public static bool IsNested( 
       IDataSet dataSet
    )

    Parameters

    dataSet
    The dataset to check
    See Also