共用方式為


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>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeriesType>
A ReportEnumProperty<EnumType> object.

請參閱

參考

ChartSeries 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間