[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ICellContents

ICellContents Interface

Represents a report item contained in the body, header, or corner cell of a tablix.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ICellContents

Properties

Name Description
ColSpan

Gets the number of columns this cell spans.

ReportItem

Gets the report item for this cell.

RowSpan

Gets the number of rows this cell spans.

Extension Methods