Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a custom set of map buckets to be used for data distribution.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapBuckets As MapBucketCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapBucketCollection
A MapBucketCollection object that represents a custom set of map buckets to be used for data distribution.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace