Propriedade do RDL MapAppearanceRule.BucketCount
Gets the number of buckets in the MapAppearanceRule.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property BucketCount As ReportIntProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the number of buckets in the MapAppearanceRule.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering