DataRegion.AllGroups Property

Definition

Gets or sets all groups of the data region.

public:
 abstract property System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::Group ^> ^ AllGroups { System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::Group ^> ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public abstract System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.Group> AllGroups { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.AllGroups : seq<Microsoft.ReportingServices.RdlObjectModel.Group>
Public MustOverride ReadOnly Property AllGroups As IEnumerable(Of Group)

Property Value

An IEnumerable<T> object.

Attributes

Applies to