ChartDataLabel.Rotation Propiedad
Gets an expression that evaluates to the angle of rotation of the label text.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Rotation As ReportIntProperty
Get
'Uso
Dim instance As ChartDataLabel
Dim value As ReportIntProperty
value = instance.Rotation
public ReportIntProperty Rotation { get; }
public:
property ReportIntProperty^ Rotation {
ReportIntProperty^ get ();
}
member Rotation : ReportIntProperty
function get Rotation () : ReportIntProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering