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 As IDataSet _
) As String
public static string GetParentFieldName(
IDataSet
)
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.
See Also