Condividi tramite


Proprietà CustomLabel.FontAngle

Gets an expression that evaluates to the angle of rotation for the text.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property FontAngle As ReportDoubleProperty 
    Get
'Utilizzo
Dim instance As CustomLabel 
Dim value As ReportDoubleProperty 

value = instance.FontAngle
public ReportDoubleProperty FontAngle { get; }
public:
property ReportDoubleProperty^ FontAngle {
    ReportDoubleProperty^ get ();
}
member FontAngle : ReportDoubleProperty
function get FontAngle () : ReportDoubleProperty

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Vedere anche

Riferimento

CustomLabel Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering