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