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.
Gets or sets a value that indicates whether text is written left-to-right or right-to-left.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Direction As ReportExpression(Of TextDirections)
Get
Set
'Usage
Dim instance As Style
Dim value As ReportExpression(Of TextDirections)
value = instance.Direction
instance.Direction = value
public ReportExpression<TextDirections> Direction { get; set; }
public:
property ReportExpression<TextDirections> Direction {
ReportExpression<TextDirections> get ();
void set (ReportExpression<TextDirections> value);
}
member Direction : ReportExpression<TextDirections> with get, set
function get Direction () : ReportExpression<TextDirections>
function set Direction (value : ReportExpression<TextDirections>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextDirections>
A ReportExpression<T> object.