[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixCell

TablixCell Class

Represents the contents of each cell in the body section of a tablix.

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

Constructors

Name Description
TablixCell()

Initializes a new instance of the TablixCell class.

Properties

Name Description
AutoMergeMode

Gets a mode to merge the adjacent cells (text boxes) in a row group with the same value.

CellContents

Gets or sets a report item contained in a cell.

Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

DataElementName

Gets or sets a name of the top-level XML element that represents the instances of this group.

DataElementOutput

Gets or sets a value indicating whether the item appears in a data rendering.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TablixCell object.

Extension Methods