ChartSeries.Subtype Property

Definition

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

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

Property Value

A ReportEnumProperty<EnumType> object.

Applies to