次の方法で共有


ChartMarkerInstance.Type プロパティ

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

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

構文

'宣言
Public ReadOnly Property Type As ChartMarkerTypes 
    Get
'使用
Dim instance As ChartMarkerInstance 
Dim value As ChartMarkerTypes 

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

プロパティ値

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

関連項目

参照

ChartMarkerInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間