次の方法で共有


ChartMarker.Type プロパティ

値のマーカーの種類に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property Type As ReportEnumProperty(Of ChartMarkerTypes)
    Get
'使用
Dim instance As ChartMarker 
Dim value As ReportEnumProperty(Of ChartMarkerTypes)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartMarkerTypes>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

ChartMarker クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間