MapAppearanceRule.MapBuckets 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要用于数据分布的地图存储桶的自定义集合。
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> 对象。
- 属性