Propriedade do RDL MapAppearanceRuleInstance.BucketCount
Gets the calculated value of the Placement property in a MapAppearanceRule class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property BucketCount As Integer
Get
'Uso
Dim instance As MapAppearanceRuleInstance
Dim value As Integer
value = instance.BucketCount
public int BucketCount { get; }
public:
property int BucketCount {
int get ();
}
member BucketCount : int
function get BucketCount () : int
Valor da propriedade
Tipo: System.Int32
A GaugeLabelPlacements value that represents the calculated value of the Placement property.
Consulte também
Referência
MapAppearanceRuleInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering