다음을 통해 공유


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