Proprietà MapAppearanceRuleInstance.BucketCount
Gets the calculated value of the Placement property in a MapAppearanceRule class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property BucketCount As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
A GaugeLabelPlacements value that represents the calculated value of the Placement property.
Vedere anche
Riferimento
MapAppearanceRuleInstance Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering