[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixRow

TablixRow Class

Represents a row within a tablix that contains a collection of cells.

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

Constructors

Name Description
TablixRow()

Initializes a new instance of the TablixRow class.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

Height

Gets or sets a height of each cell in this row.

TablixCells

Gets a collection of cells within this row in the body section of the tablix.

Extension Methods