ChartDataLabel.Rotation 属性
Angle of rotation of the label text.
命名空间: 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>)