Compartir a través de


TitleAngle Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property TitleAngle As Integer
    Get
'Uso
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

Valor de la propiedad

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