Condividi tramite


Proprietà LinearGauge.Orientation

Orientation of the gauge.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Orientation As ReportEnumProperty(Of GaugeOrientations)
    Get
'Utilizzo
Dim instance As LinearGauge 
Dim value As ReportEnumProperty(Of GaugeOrientations)

value = instance.Orientation
public ReportEnumProperty<GaugeOrientations> Orientation { get; }
public:
property ReportEnumProperty<GaugeOrientations>^ Orientation {
    ReportEnumProperty<GaugeOrientations>^ get ();
}
member Orientation : ReportEnumProperty<GaugeOrientations>
function get Orientation () : ReportEnumProperty<GaugeOrientations>

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeOrientations>
A ReportEnumProperty<EnumType> object.

Vedere anche

Riferimento

LinearGauge Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering