ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Model Namespace / DataSetExtensions Class / GetParentDataSetName Method
A GrapeCity.ActiveReports.PageReportModel.IDataSet object to get the name of the parent dataset from.

In This Topic
    GetParentDataSetName Method
    In This Topic
    Gets a 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
    A GrapeCity.ActiveReports.PageReportModel.IDataSet object to get the name of the parent dataset from.

    Return Value

    A System.String value indicating the name of the parent dataset.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also