GaugeFrameShapes Enumeration

Specifies the shape of a BackFrame.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Enumeration GaugeFrameShapes
'Usage
Dim instance As GaugeFrameShapes
public enum GaugeFrameShapes
public enum class GaugeFrameShapes
type GaugeFrameShapes
public enum GaugeFrameShapes

Members

Member name Description
AutoShape Automatically determines the optimal shape.
Circular A circle.
CustomCircular1 A custom circular shape.
CustomCircular10 A custom circular shape.
CustomCircular11 A custom circular shape.
CustomCircular12 A custom circular shape.
CustomCircular13 A custom circular shape.
CustomCircular14 A custom circular shape.
CustomCircular15 A custom circular shape.
CustomCircular2 A custom circular shape.
CustomCircular3 A custom circular shape.
CustomCircular4 A custom circular shape.
CustomCircular5 A custom circular shape.
CustomCircular6 A custom circular shape.
CustomCircular7 A custom circular shape.
CustomCircular8 A custom circular shape.
CustomCircular9 A custom circular shape.
CustomQuarterCircularNE1 A semicircular custom shape facing northeast.
CustomQuarterCircularNE2 A semicircular custom shape facing northeast.
CustomQuarterCircularNE3 A semicircular custom shape facing northeast.
CustomQuarterCircularNE4 A semicircular custom shape facing northeast.
CustomQuarterCircularNW1 A semicircular custom shape facing northwest.
CustomQuarterCircularNW2 A semicircular custom shape facing northwest.
CustomQuarterCircularNW3 A semicircular custom shape facing northwest.
CustomQuarterCircularNW4 A semicircular custom shape facing northwest.
CustomQuarterCircularSE1 A semicircular custom shape facing southeast.
CustomQuarterCircularSE2 A semicircular custom shape facing southeast.
CustomQuarterCircularSE3 A semicircular custom shape facing southeast.
CustomQuarterCircularSE4 A semicircular custom shape facing southeast.
CustomQuarterCircularSW1 A semicircular custom shape facing southwest.
CustomQuarterCircularSW2 A semicircular custom shape facing southwest.
CustomQuarterCircularSW3 A semicircular custom shape facing southwest.
CustomQuarterCircularSW4 A semicircular custom shape facing southwest.
CustomSemiCircularE1 A semicircular custom shape facing east.
CustomSemiCircularE2 A semicircular custom shape facing east.
CustomSemiCircularE3 A semicircular custom shape facing east.
CustomSemiCircularE4 A semicircular custom shape facing east.
CustomSemiCircularN1 A semicircular custom shape facing north.
CustomSemiCircularN2 A semicircular custom shape facing north.
CustomSemiCircularN3 A semicircular custom shape facing north.
CustomSemiCircularN4 A semicircular custom shape facing north.
CustomSemiCircularS1 A semicircular custom shape facing south.
CustomSemiCircularS2 A semicircular custom shape facing south.
CustomSemiCircularS3 A semicircular custom shape facing south.
CustomSemiCircularS4 A semicircular custom shape facing south.
CustomSemiCircularW1 A semicircular custom shape facing west.
CustomSemiCircularW2 A semicircular custom shape facing west.
CustomSemiCircularW3 A semicircular custom shape facing west.
CustomSemiCircularW4 A semicircular custom shape facing west.
Default Automatically use Circular for RadialGauge and Rectangular for LinearGauge and GaugePanel.
Rectangular A rectangle.
RoundedRectangular A rounded rectangle.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace