Condividi tramite


Proprietà Subtype

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

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Subtype As ChartSeriesSubtype
    Get
'Utilizzo
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

Valore proprietà

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