Compartir a través de


ChartDataLabel.Rotation Propiedad

Angle of rotation of the label text.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Rotation As ReportExpression(Of Integer)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

ChartDataLabel Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel