[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MatrixRow

MatrixRow Class

Represents a set of the matrix cells in a row of the detail section of a matrix.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MatrixRow : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
MatrixRow()

Initializes a new instance of the MatrixRow class.

MatrixRow(Length, IEnumerable<MatrixCell>)

Initializes a new instance of the MatrixRow class using a specified height and collection of cells.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

Height

Gets or sets a height of each detail cell in the row.

MatrixCells

Gets a collection of cells in the row in the detail section of the Matrix.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the MatrixRow object.

Extension Methods