[]
Represents the body section of a report, serving as the main container for all report items.
public sealed class Body : ReportComponentContainer, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable, IValidateable
Name | Description |
---|---|
Body() | Initializes a new instance of the Body class. |
Name | Description |
---|---|
ColumnSpacing | Gets or sets the spacing between columns in the report body. |
Columns | Gets or sets a number of columns in the report. |
Height | Gets or sets a height of the report body. |
Style | Gets or sets the style properties for the report body. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the Body object. |