Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent member for this member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As ChartMember
Get
'Usage
Dim instance As ChartMember
Dim value As ChartMember
value = instance.Parent
public ChartMember Parent { get; }
public:
property ChartMember^ Parent {
ChartMember^ get ();
}
member Parent : ChartMember
function get Parent () : ChartMember
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartMember
A ChartMember object that represents the parent member for this member.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace