Rotation プロパティ

ラベル テキストの回転角度。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Rotation As ReportExpression(Of Integer)
    Get
    Set
'使用
Dim instance As ChartDataLabel
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< (Of < ( <'Int32> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。