次の方法で共有


ChartLegendTitle.TitleSeparator プロパティ

凡例のタイトルに使用する区切り線の種類に評価される式を取得します。

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

構文

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

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

プロパティ値

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

関連項目

参照

ChartLegendTitle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間