次の方法で共有


ChartLegendCustomItem.Separator プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

項目区切り記号の種類を取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeparators>
項目区切り記号の種類を表す ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

ChartLegendCustomItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間