[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrixCell

IMatrixCell Interface

Represents the interface for the cell of a matrix.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IMatrixCell : IRenderComponent, IServiceProvider, IReportItemContainer

Properties

Name Description
CellLabel

Gets the cell's label.

DataElementName

Gets the name of the data element.

DataElementOutput

Gets the output of the data element.

Height

Gets the cell height.

ReportItem

Gets the report item.

Width

Gets the cell width.

Extension Methods