Udostępnij przez


Właściwość ChartSeries.Type

Pobiera wyrażenie typu wizualizacji serii.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property Type As ReportEnumProperty(Of ChartSeriesType)
    Get
'Użycie
Dim instance As ChartSeries
Dim value As ReportEnumProperty(Of ChartSeriesType)

value = instance.Type
public abstract ReportEnumProperty<ChartSeriesType> Type { get; }
public:
virtual property ReportEnumProperty<ChartSeriesType>^ Type {
    ReportEnumProperty<ChartSeriesType>^ get () abstract;
}
abstract Type : ReportEnumProperty<ChartSeriesType>
abstract function get Type () : ReportEnumProperty<ChartSeriesType>