Proprietà MapAppearanceRule.MapBuckets
Gets a custom set of map buckets to be used for data distribution.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MapBuckets As MapBucketCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapBucketCollection
A MapBucketCollection object that represents a custom set of map buckets to be used for data distribution.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering