Freigeben über


MapAppearanceRule.BucketCount-Eigenschaft

Gets the number of buckets in the MapAppearanceRule.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property BucketCount As ReportIntProperty 
    Get
'Usage
Dim instance As MapAppearanceRule 
Dim value As ReportIntProperty 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the number of buckets in the MapAppearanceRule.

Siehe auch

Verweis

MapAppearanceRule Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace