Свойство ChartAxisTitle.TextOrientation
Gets an expression that evaluates to a value that indicates the orientation of the text.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property TextOrientation As ReportEnumProperty(Of TextOrientations)
Get
'Применение
Dim instance As ChartAxisTitle
Dim value As ReportEnumProperty(Of TextOrientations)
value = instance.TextOrientation
public ReportEnumProperty<TextOrientations> TextOrientation { get; }
public:
property ReportEnumProperty<TextOrientations>^ TextOrientation {
ReportEnumProperty<TextOrientations>^ get ();
}
member TextOrientation : ReportEnumProperty<TextOrientations>
function get TextOrientation () : ReportEnumProperty<TextOrientations>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextOrientations>
A ReportEnumProperty<EnumType> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering