ChartSeriesInstance.Subtype Property
Gets the calculated value of the Subtype property in a ChartSeries class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Subtype As ChartSeriesSubtype
Get
'Usage
Dim instance As ChartSeriesInstance
Dim value As ChartSeriesSubtype
value = instance.Subtype
public ChartSeriesSubtype Subtype { get; }
public:
property ChartSeriesSubtype Subtype {
ChartSeriesSubtype get ();
}
member Subtype : ChartSeriesSubtype
function get Subtype () : ChartSeriesSubtype
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesSubtype
A ChartSeriesSubtype value that represents the calculated value of the Subtype property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace