次の方法で共有


MapLegendTitle.TitleSeparator プロパティ

マップの凡例のタイトルに使用する区切り線の種類を取得します。

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

構文

'宣言
Public ReadOnly Property TitleSeparator As ReportEnumProperty(Of MapLegendTitleSeparator)
    Get
'使用
Dim instance As MapLegendTitle 
Dim value As ReportEnumProperty(Of MapLegendTitleSeparator)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLegendTitleSeparator>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

MapLegendTitle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間