次の方法で共有


ChartSeries.Subtype プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

ChartSeries クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間