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