次の方法で共有


MapLegendTitleInstance.TitleSeparator プロパティ

MapLegendTitle クラスの TitleSeparator プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property TitleSeparator As MapLegendTitleSeparator 
    Get
'使用
Dim instance As MapLegendTitleInstance 
Dim value As MapLegendTitleSeparator 

value = instance.TitleSeparator
public MapLegendTitleSeparator TitleSeparator { get; }
public:
property MapLegendTitleSeparator TitleSeparator {
    MapLegendTitleSeparator get ();
}
member TitleSeparator : MapLegendTitleSeparator
function get TitleSeparator () : MapLegendTitleSeparator

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapLegendTitleSeparator
TitleSeparator プロパティの計算値を表す MapLegendTitleSeparator 値。

関連項目

参照

MapLegendTitleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間