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

In This Topic
    MatrixColumns Property
    In This Topic

    Gets the columns contained in each detail cell of the matrix layout.

    Syntax
    'Declaration
     
    Public ReadOnly Property MatrixColumns As MatrixColumnCollection
    public MatrixColumnCollection MatrixColumns {get;}

    Property Value

    A MatrixColumnCollection object containing the columns contained in each detail cell of the matrix layout.

    See Also