次の方法で共有


ChartSeries.Type プロパティ

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

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

構文

'宣言
Public MustOverride ReadOnly Property Type As ReportEnumProperty(Of ChartSeriesType)
    Get
'使用
Dim instance As ChartSeries 
Dim value As ReportEnumProperty(Of ChartSeriesType)

value = instance.Type
public abstract ReportEnumProperty<ChartSeriesType> Type { get; }
public:
virtual property ReportEnumProperty<ChartSeriesType>^ Type {
    ReportEnumProperty<ChartSeriesType>^ get () abstract;
}
abstract Type : ReportEnumProperty<ChartSeriesType>
abstract function get Type () : ReportEnumProperty<ChartSeriesType>

プロパティ値

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

関連項目

参照

ChartSeries クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間