[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MatrixCell

MatrixCell Class

Represents a MatrixCell class defines the contents of each detail cell in a matrix.

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

Constructors

Name Description
MatrixCell()

Initializes a new instance of the MatrixCell class

MatrixCell(IEnumerable<ReportItem>)

Initializes a new instance of the MatrixCell class using a collection of child report items.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the ReportItem object.

Extension Methods