ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Model Namespace / DataSetExtensions Class
Fields Methods

In This Topic
    DataSetExtensions Class Members
    In This Topic

    The following tables list the members exposed by DataSetExtensions.

    Public Fields
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets a name of the parent dataset.  
    Public Methodstatic (Shared in Visual Basic)Gets a name of the field that is the data source of the specified dataset.  
    Public Methodstatic (Shared in Visual Basic)Gets a root dataset by traversing up the dataset hierarchy.  
    Public Methodstatic (Shared in Visual Basic)

    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.

     
    Public Methodstatic (Shared in Visual Basic)Sets the parent dataset and field names for the nested dataset.  
    Top
    See Also