GaugeOrientations Enumeration

Specifies the orientation of a LinearGauge.

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

Syntax

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

Members

Member name Description
Auto Automatically determine the orientation based on the width and height of the LinearGauge.
Horizontal The linear gauge is horizontal.
Vertical The linear gauge is vertical.