[]
Represents the body element for a report. This is the parent container for all report items in the report.
public interface IBody : IReportItemContainer
| 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. |