[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IBody

IBody Interface

Represents the body element for a report. This is the parent container for all report items in the report.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IBody : IReportItemContainer

Properties

Name Description
ColumnSpacing

Gets the amount of space in between columns when a report contains multiple columns.

Columns

Gets the number of columns inside the report's body.

Height

Gets the height of the report's body.

Style

Gets the defined style information for the report's body.

Extension Methods