次の方法で共有


MapLegendTitle.Caption プロパティ

マップの凡例のタイトルのキャプションを取得します。

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

構文

'宣言
Public ReadOnly Property Caption As ReportStringProperty 
    Get
'使用
Dim instance As MapLegendTitle 
Dim value As ReportStringProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ReportStringProperty オブジェクト。

関連項目

参照

MapLegendTitle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間