ChartSeries.Type 属性

Gets an expression that evaluates to the visualization type for the series.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property Type As ReportEnumProperty(Of ChartSeriesType)
    Get
用法
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>