次の方法で共有


ChartSeriesInstance.Type プロパティ

ChartSeries クラスの Type プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Type As ChartSeriesType 
    Get
'使用
Dim instance As ChartSeriesInstance 
Dim value As ChartSeriesType 

value = instance.Type
public ChartSeriesType Type { get; }
public:
property ChartSeriesType Type {
    ChartSeriesType get ();
}
member Type : ChartSeriesType
function get Type () : ChartSeriesType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesType
Type プロパティの計算値を表す ChartSeriesType 値。

関連項目

参照

ChartSeriesInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間