MapAppearanceRule.BucketCount プロパティ
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
MapAppearanceRule のバケット数を表す ReportIntProperty オブジェクト。