共用方式為


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 命名空間