Свойство GaugePointer.MarkerStyle
Gets the type of the marker.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property MarkerStyle As ReportEnumProperty(Of GaugeMarkerStyles)
Get
'Применение
Dim instance As GaugePointer
Dim value As ReportEnumProperty(Of GaugeMarkerStyles)
value = instance.MarkerStyle
public ReportEnumProperty<GaugeMarkerStyles> MarkerStyle { get; }
public:
property ReportEnumProperty<GaugeMarkerStyles>^ MarkerStyle {
ReportEnumProperty<GaugeMarkerStyles>^ get ();
}
member MarkerStyle : ReportEnumProperty<GaugeMarkerStyles>
function get MarkerStyle () : ReportEnumProperty<GaugeMarkerStyles>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeMarkerStyles>
A ReportEnumProperty<EnumType> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering