Partager via


Propriété MapColorScale.LabelBehavior

Gets or sets how the labels display the values in a map color scale.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LabelBehavior As ReportExpression(Of MapLabelBehaviors)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelBehaviors>
A ReportExpression<T> object.

Voir aussi

Référence

MapColorScale Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel