Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the Placement property in a MapAppearanceRule class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BucketCount As Integer
Get
'Usage
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
Property Value
Type: System.Int32
A GaugeLabelPlacements value that represents the calculated value of the Placement property.
See Also
Reference
MapAppearanceRuleInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace