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 命名空间