Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the marker.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MarkerStyle As ReportEnumProperty(Of GaugeMarkerStyles)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeMarkerStyles>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace