Поделиться через


Свойство MapColorScale.LabelBehavior

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

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property LabelBehavior As ReportExpression(Of MapLabelBehaviors)
    Get 
    Set
'Применение
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>)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelBehaviors>
A ReportExpression<T> object.

См. также

Справочник

MapColorScale Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel