Compartir a través de


GaugePointerInstance.MarkerStyle Propiedad

Gets the calculated value of the MarkerStyle property in a GaugePointer class.

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

Sintaxis

'Declaración
Public ReadOnly Property MarkerStyle As GaugeMarkerStyles 
    Get
'Uso
Dim instance As GaugePointerInstance 
Dim value As GaugeMarkerStyles 

value = instance.MarkerStyle
public GaugeMarkerStyles MarkerStyle { get; }
public:
property GaugeMarkerStyles MarkerStyle {
    GaugeMarkerStyles get ();
}
member MarkerStyle : GaugeMarkerStyles
function get MarkerStyle () : GaugeMarkerStyles

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeMarkerStyles
A GaugeMarkerStyles value that represents the calculated value of the MarkerStyle property.

Vea también

Referencia

GaugePointerInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering