Поделиться через


Свойство 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