Compartir a través de


GaugePointer.MarkerStyle Propiedad

Gets the type of the marker.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MarkerStyle As ReportEnumProperty(Of GaugeMarkerStyles)
    Get
'Uso
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>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeMarkerStyles>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

GaugePointer Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering