Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.