MapAppearanceRule.BucketCount Property

Definition

Gets or sets the number of buckets in the MapAppearanceRule.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> BucketCount { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<int> BucketCount { get; set; }
member this.BucketCount : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<int> with get, set
Public Property BucketCount As ReportExpression(Of Integer)

Property Value

A ReportExpression<T> object.

Applies to