[]
Represents a row in a table data region, containing table cells.
public sealed class TableRow : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
Name | Description |
---|---|
TableRow() | Initializes a new instance of the TableRow class. |
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. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the TableRow object. |