Freigeben über


TableGroup.SubGroups Property

Gets any groups within this group.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public ReadOnly Property SubGroups As TableGroupCollection
public TableGroupCollection SubGroups { get; }
public:
property TableGroupCollection^ SubGroups {
    TableGroupCollection^ get ();
}
/** @property */
public TableGroupCollection get_SubGroups ()
public function get SubGroups () : TableGroupCollection

Eigenschaftswert

A TableGroupCollection object containing the groups inside of the current group, if any are found.

Hinweise

Neu:05. Dezember 2005

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

TableGroup Class
TableGroup Members
Microsoft.ReportingServices.ReportRendering Namespace