Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the orientation of the title text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TextOrientation As ReportExpression(Of TextOrientations)
Get
Set
'Usage
Dim instance As ChartStripLine
Dim value As ReportExpression(Of TextOrientations)
value = instance.TextOrientation
instance.TextOrientation = value
public ReportExpression<TextOrientations> TextOrientation { get; set; }
public:
property ReportExpression<TextOrientations> TextOrientation {
ReportExpression<TextOrientations> get ();
void set (ReportExpression<TextOrientations> value);
}
member TextOrientation : ReportExpression<TextOrientations> with get, set
function get TextOrientation () : ReportExpression<TextOrientations>
function set TextOrientation (value : ReportExpression<TextOrientations>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextOrientations>
A ReportExpression<T> object.