GetParentDataSetName Method
In This Topic
Gets a name of the parent dataset.
Syntax
'Declaration
Public Shared Function GetParentDataSetName( _
ByVal As IDataSet _
) As String
public static string GetParentDataSetName(
IDataSet
)
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.
See Also