Свойство Orientation

Orientation of the gauge

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property Orientation As ReportExpression(Of Orientations)
    Get
    Set
'Применение
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>)

Значение свойства

Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Orientations> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.