Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesSubtype
A ChartSeriesSubtype value that represents the calculated value of the Subtype property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace