共用方式為


ChartThreeDProperties.Rotation 屬性

Rotation angle.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Rotation As ReportExpression(Of Integer)
    Get 
    Set
'用途
Dim instance As ChartThreeDProperties 
Dim value As ReportExpression(Of Integer)

value = instance.Rotation

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

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.

請參閱

參考

ChartThreeDProperties 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間