Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the labels to display on the scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ScaleLabels As ScaleLabels
Get
Set
'Usage
Dim instance As GaugeScale
Dim value As ScaleLabels
value = instance.ScaleLabels
instance.ScaleLabels = value
public ScaleLabels ScaleLabels { get; set; }
public:
property ScaleLabels^ ScaleLabels {
ScaleLabels^ get ();
void set (ScaleLabels^ value);
}
member ScaleLabels : ScaleLabels with get, set
function get ScaleLabels () : ScaleLabels
function set ScaleLabels (value : ScaleLabels)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ScaleLabels
A ScaleLabels object.