Właściwość MapColorScale.LabelBehavior
Pobiera lub ustawia sposobu wyświetlania wartości w skali kolorów mapy etykiety.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property LabelBehavior As ReportExpression(Of MapLabelBehaviors)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelBehaviors>
A ReportExpression<T> obiektu.
Zobacz także