다음을 통해 공유


Subtype 속성

Gets an expression that evaluates to the visualization subtype for the series.

네임스페이스:  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>