Compartilhar via


Propriedade do RDL ChartStripLineInstance.TitleAngle

Observação: essa API está obsoleta.

Gets the calculated value of the TitleAngle property in a ChartStripLine class.

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 Integer 
    Get
'Uso
Dim instance As ChartStripLineInstance 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
A int value that represents the calculated value of the TitleAngle property.

Consulte também

Referência

ChartStripLineInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering