Tablix.AllGroups 속성

정의

테이블릭스의 모든 그룹을 가져오거나 설정합니다.

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

속성 값

IEnumerable<T> 개체입니다.

특성

적용 대상