Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Indicates the orientation of the 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 ChartTitle
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.