Propriété Type
Gets the calculated value of the Type 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 Type As ChartSeriesType
Get
'Utilisation
Dim instance As ChartSeriesInstance
Dim value As ChartSeriesType
value = instance.Type
public ChartSeriesType Type { get; }
public:
property ChartSeriesType Type {
ChartSeriesType get ();
}
member Type : ChartSeriesType
function get Type () : ChartSeriesType
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartSeriesType
A ChartSeriesType value that represents the calculated value of the Type property.