Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets all groups of the data region.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AllGroups As IEnumerable(Of Group)
Get
'Usage
Dim instance As DataRegion
Dim value As IEnumerable(Of Group)
value = instance.AllGroups
public abstract IEnumerable<Group> AllGroups { get; }
public:
virtual property IEnumerable<Group^>^ AllGroups {
IEnumerable<Group^>^ get () abstract;
}
abstract AllGroups : IEnumerable<Group>
abstract function get AllGroups () : IEnumerable<Group>
Property Value
Type: System.Collections.Generic.IEnumerable<Group>
An IEnumerable<T> object.