[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixCornerRow

TablixCornerRow Class

Represents a list of cells in a row of the corner section of a tablix.

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

Constructors

Name Description
TablixCornerRow()

Creates a new instance of the TablixCornerRow class.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

TablixCornerCell

Gets a collection of cells in a row of the corner section of a tablix.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TablixCornerRow object.

Extension Methods