ActiveReports 14 .NET Edition
GrapeCity.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 indicating the columns contained in each detail cell of the matrix layout.

    See Also