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.

请参阅

参考

GaugePointer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间