Partager via


Propriété GaugePointer.MarkerStyle

Gets the type of the marker.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MarkerStyle As ReportEnumProperty(Of GaugeMarkerStyles)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

GaugePointer Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering