Partilhar via


Propriedade do RDL PinLabelInstance.FontAngle

Gets the calculated value of the FontAngle property in a PinLabel class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property FontAngle As Double 
    Get
'Uso
Dim instance As PinLabelInstance 
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 da propriedade

Tipo: System.Double
A double value that represents the calculated value of the FontAngle property.

Consulte também

Referência

PinLabelInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering