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 the text should be displayed from right to left.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property IsRightToLeft As Boolean
Get
Set
'Usage
Dim instance As CalculationPropertyVisualizationProperties
Dim value As Boolean
value = instance.IsRightToLeft
instance.IsRightToLeft = value
public bool IsRightToLeft { get; set; }
public:
property bool IsRightToLeft {
bool get ();
void set (bool value);
}
member IsRightToLeft : bool with get, set
function get IsRightToLeft () : boolean
function set IsRightToLeft (value : boolean)
Property Value
Type: System.Boolean
true to indicate that the text should be displayed from right to left; otherwise false.