Condividi tramite


Proprietà LinearGaugeInstance.Orientation

Gets the calculated value of the Orientation property in a LinearGauge class.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Orientation As GaugeOrientations 
    Get
'Utilizzo
Dim instance As LinearGaugeInstance 
Dim value As GaugeOrientations 

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeOrientations
A GaugeOrientations value that represents the calculated value of the Orientation property.

Vedere anche

Riferimento

LinearGaugeInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering