Language

ChartLegendCustomItem.Separator プロパティ

定義

アイテムセパレーターの種類を取得します。

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartSeparators> ^ Separator { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartSeparators> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators> Separator { get; }
member this.Separator : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators>
Public ReadOnly Property Separator As ReportEnumProperty(Of ChartSeparators)

プロパティ値

アイテムセパレータのタイプを表す ReportEnumProperty<EnumType> オブジェクトです。

適用対象