Condividi tramite


Proprietà TitleAngle

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property TitleAngle As Integer
    Get
'Utilizzo
Dim instance As ChartStripLineInstance
Dim value As Integer

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

Valore proprietà

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