ChartSeries.Type プロパティ

定義

系列のビジュアル化のタイプに評価される式を取得します。

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

プロパティ値

ReportEnumProperty<EnumType> オブジェクト。

適用対象