ActiveReports Developer 7
MatrixRows Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Matrix Class : MatrixRows Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property MatrixRows As MatrixRowCollection
C# 
public MatrixRowCollection MatrixRows {get;}

Property Value

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

See Also