CustomLabelInstance.FontAngle Propiedad
Gets the calculated value of the FontAngle property in a CustomLabel class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property FontAngle As Double
Get
'Uso
Dim instance As CustomLabelInstance
Dim value As Double
value = instance.FontAngle
public double FontAngle { get; }
public:
property double FontAngle {
double get ();
}
member FontAngle : float
function get FontAngle () : double
Valor de la propiedad
Tipo: System.Double
A double value that represents the calculated value of the FontAngle property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering