Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering