다음을 통해 공유


ChartMarker.Type 속성

Gets an expression that evaluates to the marker type for values.

네임스페이스:  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>
A ReportEnumProperty<EnumType> object.

참고 항목

참조

ChartMarker 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스