Orientation プロパティ

ゲージの方向。

名前空間:  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> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。