[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixBody

TablixBody Class

Represents a layout and structure of the bottom right region containing the columns and rows of the tablix.

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

Constructors

Name Description
TablixBody()

Initializes a new instance of the TablixBody class.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

TablixColumns

Gets a collection of columns in the body section of the tablix.

TablixRows

Gets a collection of rows in the body section of the tablix.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TablixBody object.

Extension Methods