다음을 통해 공유


ChartMarker.Type 속성

Defines the marker type for values.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Type As ReportExpression(Of ChartMarkerTypes)
    Get 
    Set
‘사용 방법
Dim instance As ChartMarker 
Dim value As ReportExpression(Of ChartMarkerTypes)

value = instance.Type

instance.Type = value
public ReportExpression<ChartMarkerTypes> Type { get; set; }
public:
property ReportExpression<ChartMarkerTypes> Type {
    ReportExpression<ChartMarkerTypes> get ();
    void set (ReportExpression<ChartMarkerTypes> value);
}
member Type : ReportExpression<ChartMarkerTypes> with get, set
function get Type () : ReportExpression<ChartMarkerTypes>
function set Type (value : ReportExpression<ChartMarkerTypes>)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartMarkerTypes>
A ReportExpression<T> object.

참고 항목

참조

ChartMarker 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스