Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the number of buckets in the MapAppearanceRule.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property BucketCount As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As MapAppearanceRule
Dim value As ReportExpression(Of Integer)
value = instance.BucketCount
instance.BucketCount = value
public ReportExpression<int> BucketCount { get; set; }
public:
property ReportExpression<int> BucketCount {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member BucketCount : ReportExpression<int> with get, set
function get BucketCount () : ReportExpression<int>
function set BucketCount (value : ReportExpression<int>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.