Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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