Partilhar via


Propriedade TitleAngle

Gets the angle of the title text.

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

Sintaxe

'Declaração
Public ReadOnly Property TitleAngle As ReportIntProperty
    Get
'Uso
Dim instance As ChartStripLine
Dim value As ReportIntProperty

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