DimensionAttributeVisualizationProperties.IsRightToLeft Property

 

Applies To: SQL Server 2016 Preview

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

[DefaultValueAttribute(false)]
public bool IsRightToLeft { get; set; }
public:
[DefaultValueAttribute(false)]
property bool IsRightToLeft {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member IsRightToLeft : bool with get, set
<DefaultValueAttribute(False)>
Public Property IsRightToLeft As Boolean

Property Value

Type: System.Boolean

true to indicate that the text should be displayed from right to left; otherwise false.

See Also

DimensionAttributeVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top