共用方式為


LinearGauge.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<Orientations>
A ReportExpression<T> object.

請參閱

參考

LinearGauge 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間