次の方法で共有


ChartLegendTitleInstance.TitleSeparator プロパティ

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

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

構文

'宣言
Public ReadOnly Property TitleSeparator As ChartSeparators 
    Get
'使用
Dim instance As ChartLegendTitleInstance 
Dim value As ChartSeparators 

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

プロパティ値

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

関連項目

参照

ChartLegendTitleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間