ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Matrix Class / MatrixRows Property

In This Topic
    MatrixRows Property
    In This Topic

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

    Syntax
    'Declaration
     
    Public ReadOnly Property MatrixRows As MatrixRowCollection
    public MatrixRowCollection MatrixRows {get;}

    Property Value

    A MatrixRowCollection indicating the rows contained in each detail cell of the matrix layout.

    See Also