ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Model Namespace / DataSetExtensions Class / GetParentDataSetName Method
Dataset to get the name of the parent dataset.

In This Topic
    GetParentDataSetName Method
    In This Topic
    Gets the name of the parent dataset.
    Syntax
    'Declaration
     
    Public Shared Function GetParentDataSetName( _
       ByVal dataSet As IDataSet _
    ) As String
    public static string GetParentDataSetName( 
       IDataSet dataSet
    )

    Parameters

    dataSet
    Dataset to get the name of the parent dataset.
    See Also