Subtype Propiedad
Gets the calculated value of the Subtype property in a ChartSeries class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Subtype As ChartSeriesSubtype
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartSeriesSubtype
A ChartSeriesSubtype value that represents the calculated value of the Subtype property.