MapAppearanceRule.MapBuckets Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un jeu personnalisé de compartiments de carte à utiliser pour la distribution de données.
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)
Valeur de propriété
Objet IList<T>.
- Attributs