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 how the labels display the values in a map color scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LabelBehavior As ReportExpression(Of MapLabelBehaviors)
Get
Set
'Usage
Dim instance As MapColorScale
Dim value As ReportExpression(Of MapLabelBehaviors)
value = instance.LabelBehavior
instance.LabelBehavior = value
public ReportExpression<MapLabelBehaviors> LabelBehavior { get; set; }
public:
property ReportExpression<MapLabelBehaviors> LabelBehavior {
ReportExpression<MapLabelBehaviors> get ();
void set (ReportExpression<MapLabelBehaviors> value);
}
member LabelBehavior : ReportExpression<MapLabelBehaviors> with get, set
function get LabelBehavior () : ReportExpression<MapLabelBehaviors>
function set LabelBehavior (value : ReportExpression<MapLabelBehaviors>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelBehaviors>
A ReportExpression<T> object.