Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the visualization subtype for the series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Subtype As ReportEnumProperty(Of ChartSeriesSubtype)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeriesSubtype>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace