ChartAxisTitleInstance.TextOrientation Propiedad
Gets the calculated value of the TextOrientation property in a ChartAxisTitle class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property TextOrientation As TextOrientations
Get
'Uso
Dim instance As ChartAxisTitleInstance
Dim value As TextOrientations
value = instance.TextOrientation
public TextOrientations TextOrientation { get; }
public:
property TextOrientations TextOrientation {
TextOrientations get ();
}
member TextOrientation : TextOrientations
function get TextOrientation () : TextOrientations
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TextOrientations
A TextOrientations value that represents the calculated value of the TextOrientation property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering