Partilhar via


Propriedade do RDL TitleAngle

Observação: essa API está obsoleta.

Gets the angle of the title text.

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

Sintaxe

'Declaração
<ObsoleteAttribute("Use TextOrientation instead.")> _
Public ReadOnly Property TitleAngle As ReportIntProperty
    Get
'Uso
Dim instance As ChartStripLine
Dim value As ReportIntProperty

value = instance.TitleAngle
[ObsoleteAttribute("Use TextOrientation instead.")]
public ReportIntProperty TitleAngle { get; }
[ObsoleteAttribute(L"Use TextOrientation instead.")]
public:
property ReportIntProperty^ TitleAngle {
    ReportIntProperty^ get ();
}
[<ObsoleteAttribute("Use TextOrientation instead.")>]
member TitleAngle : ReportIntProperty
function get TitleAngle () : ReportIntProperty