次の方法で共有


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