ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Model Namespace / DataSetExtensions Class / GetParentFieldName Method
A target GrapeCity.ActiveReports.PageReportModel.IDataSet object.

In This Topic
    GetParentFieldName Method
    In This Topic
    Gets a name of the field that is the data source of the specified dataset.
    Syntax
    'Declaration
     
    Public Shared Function GetParentFieldName( _
       ByVal dataSet As IDataSet _
    ) As String
    public static string GetParentFieldName( 
       IDataSet dataSet
    )

    Parameters

    dataSet
    A target GrapeCity.ActiveReports.PageReportModel.IDataSet object.

    Return Value

    A System.String value indicating the name of the field that is the data source of the specified 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