Type プロパティ

系列のビジュアライゼーションの種類。

名前空間:  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>