MapAppearanceRule.BucketCount Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.