[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Body

Body Class

Represents the body section of a report, serving as the main container for all report items.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Body : ReportComponentContainer, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
Body()

Initializes a new instance of the Body class.

Properties

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.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the Body object.

Extension Methods