次の方法で共有


MapColorScale.LabelBehavior プロパティ

マップ カラー スケールでラベルに値を表示する方法を取得します。

名前空間:  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>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

MapColorScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間