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

Glossary Item Box

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

Syntax

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

Property Value

MatrixColumnCollection indicating the columns contained in each detail cell of the matrix layout.

See Also