Gets the rows contained in each detail cell of the matrix layout.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property MatrixRows As MatrixRowCollection | |
| C# | |
|---|---|
public MatrixRowCollection MatrixRows {get;} | |
|
| 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.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property MatrixRows As MatrixRowCollection | |
| C# | |
|---|---|
public MatrixRowCollection MatrixRows {get;} | |