PinLabel.FontAngle Property
Gets an expression that evaluates to the angle of rotation for the text.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FontAngle As ReportDoubleProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace