共用方式為


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>)