Właściwość ChartThreeDProperties.Rotation
Kąt obrotu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Rotation As ReportExpression(Of Integer)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> obiektu.
Zobacz także