ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Model Namespace / DataSetExtensions Class / GetParentFieldName Method
Target dataset.

In This Topic
    GetParentFieldName Method
    In This Topic
    Gets the 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
    Target dataset.
    See Also