Condividi tramite


Proprietà LinearGauge.Orientation

Orientation of the gauge

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Orientation As ReportExpression(Of Orientations)
    Get 
    Set
'Utilizzo
Dim instance As LinearGauge 
Dim value As ReportExpression(Of Orientations)

value = instance.Orientation

instance.Orientation = value
public ReportExpression<Orientations> Orientation { get; set; }
public:
property ReportExpression<Orientations> Orientation {
    ReportExpression<Orientations> get ();
    void set (ReportExpression<Orientations> value);
}
member Orientation : ReportExpression<Orientations> with get, set
function get Orientation () : ReportExpression<Orientations>
function set Orientation (value : ReportExpression<Orientations>)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Orientations>
A ReportExpression<T> object.

Vedere anche

Riferimento

LinearGauge Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel