Partager via


Propriété Subtype

Gets the calculated value of the Subtype property in a ChartSeries class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Subtype As ChartSeriesSubtype
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartSeriesSubtype
A ChartSeriesSubtype value that represents the calculated value of the Subtype property.