ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Model Namespace / DataSetExtensions Class / SetParentDataSet Method
The query to be updated.
The parent data set name.
The field of the parent data set name which represents the data for the nested data set.

In This Topic
    SetParentDataSet Method
    In This Topic
    Sets the parent data set and field names for the nested data set.
    Syntax
    'Declaration
     
    Public Shared Sub SetParentDataSet( _
       ByVal dataSet As IDataSet, _
       ByVal dataSetName As String, _
       ByVal fieldName As String _
    ) 
    public static void SetParentDataSet( 
       IDataSet dataSet,
       string dataSetName,
       string fieldName
    )

    Parameters

    dataSet
    The query to be updated.
    dataSetName
    The parent data set name.
    fieldName
    The field of the parent data set name which represents the data for the nested data set.
    See Also