[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ITablixBody

ITablixBody Interface

Represents the layout and structure of the bottom right region that contains the data elements of the tablix.

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

Properties

Name Description
ColumnCollection

Gets the columns of the tablix body.

IgnoreCellPageBreaks

Gets a value indicating whether the complexity of the tablix should result in page breaks in the body of the tablix being ignored.

RowCollection

Gets the rows of the tablix body.

Extension Methods