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< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.