次の方法で共有


Tablix.AllGroups プロパティ

定義

Tablix のすべてのグループを取得または設定します。

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> オブジェクト。

属性

適用対象