Enumerazione GaugeOrientations
Specifies the orientation of a LinearGauge.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Enumeration GaugeOrientations
'Utilizzo
Dim instance As GaugeOrientations
public enum GaugeOrientations
public enum class GaugeOrientations
type GaugeOrientations
public enum GaugeOrientations
Membri
Nome membro | Descrizione | |
---|---|---|
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. |