言語

MapAppearanceRule.MapBuckets プロパティ

定義

データ配布用に使用するカスタムマップバケットセットを取得したり設定したりします。

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapBucket ^> ^ MapBuckets { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapBucket ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapBucket ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapBucket>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapBucket> MapBuckets { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapBucket>))>]
member this.MapBuckets : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapBucket> with get, set
Public Property MapBuckets As IList(Of MapBucket)

プロパティ値

IList<T> オブジェクト。

属性

適用対象