Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.