[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TableRow

TableRow Class

Represents a row in a table data region, containing table cells.

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

Constructors

Name Description
TableRow()

Initializes a new instance of the TableRow class.

Properties

Name Description
Action

Gets or sets an action (e.g., hyperlink) associated with the row.

CanShrink

Gets a value indicating whether a row can shrink.

Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

Height

Gets or sets a height of the row.

TableCells

Gets the cells with a content of the row.

Visibility

Gets or sets a value indicating whether the row is hidden.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TableRow object.

Extension Methods