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 children of this ChartMember.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Children As ChartMemberCollection
Get
'Usage
Dim instance As ChartMember
Dim value As ChartMemberCollection
value = instance.Children
public abstract ChartMemberCollection Children { get; }
public:
virtual property ChartMemberCollection^ Children {
ChartMemberCollection^ get () abstract;
}
abstract Children : ChartMemberCollection
abstract function get Children () : ChartMemberCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartMemberCollection
A ChartMemberCollection object that represents the children of this chart member.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace