共用方式為


MapAppearanceRule.BucketCount 屬性

Gets the number of buckets in the MapAppearanceRule.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property BucketCount As ReportIntProperty 
    Get
'用途
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

屬性值

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

請參閱

參考

MapAppearanceRule 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間