共用方式為


MapColorScale.LabelBehavior 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property LabelBehavior As ReportEnumProperty(Of MapLabelBehavior)
    Get
'用途
Dim instance As MapColorScale 
Dim value As ReportEnumProperty(Of MapLabelBehavior)

value = instance.LabelBehavior
public ReportEnumProperty<MapLabelBehavior> LabelBehavior { get; }
public:
property ReportEnumProperty<MapLabelBehavior>^ LabelBehavior {
    ReportEnumProperty<MapLabelBehavior>^ get ();
}
member LabelBehavior : ReportEnumProperty<MapLabelBehavior>
function get LabelBehavior () : ReportEnumProperty<MapLabelBehavior>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelBehavior>
A ReportEnumProperty<EnumType> object.

請參閱

參考

MapColorScale 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間