次の方法で共有


MapAppearanceRule.LegendText プロパティ

凡例のマップ分布に表示されるラベルを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property LegendText As ReportStringProperty 
    Get
'使用
Dim instance As MapAppearanceRule 
Dim value As ReportStringProperty 

value = instance.LegendText
public ReportStringProperty LegendText { get; }
public:
property ReportStringProperty^ LegendText {
    ReportStringProperty^ get ();
}
member LegendText : ReportStringProperty
function get LegendText () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
凡例のマップ分布に表示されるラベルを表す ReportStringProperty オブジェクト。

関連項目

参照

MapAppearanceRule クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間