Proprietà MarkerStyle
Type of the marker.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MarkerStyle As ReportEnumProperty(Of GaugeMarkerStyles)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeMarkerStyles> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Vedere anche