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>