TextOrientation 屬性
Gets an expression that evaluates to the orientation of the title text.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property TextOrientation As ReportEnumProperty(Of TextOrientations)
Get
'用途
Dim instance As ChartStripLine
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< (Of < ( <'TextOrientations> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.