ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Matrix Class / LayoutDirection Property

In This Topic
    LayoutDirection Property (Matrix)
    In This Topic

    Gets or sets a value indicating whether the matrix columns grow left-to-right, with headers on the left, or right-to-left, with headers on the right.

    Syntax
    'Declaration
     
    Public Property LayoutDirection As LayoutDirection
    public LayoutDirection LayoutDirection {get; set;}

    Property Value

    A LayoutDirection value indicating whether the matrix columns grow left-to-right or right-to-left.

    See Also