Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.