Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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