Compartir a través de


MapAppearanceRule.MapBuckets Propiedad

Gets a custom set of map buckets to be used for data distribution.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapBuckets As MapBucketCollection 
    Get
'Uso
Dim instance As MapAppearanceRule 
Dim value As MapBucketCollection 

value = instance.MapBuckets
public MapBucketCollection MapBuckets { get; }
public:
property MapBucketCollection^ MapBuckets {
    MapBucketCollection^ get ();
}
member MapBuckets : MapBucketCollection
function get MapBuckets () : MapBucketCollection

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapBucketCollection
A MapBucketCollection object that represents a custom set of map buckets to be used for data distribution.

Vea también

Referencia

MapAppearanceRule Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering