[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixMember

TablixMember Class

Represents a member within the hierarchical structure of a tablix, defining how data is grouped, sorted and displayed.

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

The TablixMember class provides properties to define grouping expressions, sorting criteria, visibility settings, custom properties, and layout behaviors for children tablix members.

Constructors

Name Description
TablixMember()

Initializes a new instance of the TablixMember class.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

CustomProperties

Gets a collection of custom properties defined for the member.

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.

ExtraTotalSize

Gets or sets a height or width of the extra total group header.

FixedData

Gets or sets a value indicating whether the tablix member's data should remain fixed in the viewing window when scrolling.

Grouping

Gets or sets the expressions by which to group the data.

HideIfNoRows

Gets or sets a value indicating whether to hide this tablix member when it contains no rows.

IsExtraTotal

Gets or sets a value indicating whether the member has been added for interactivity purposes.

IsZeroSpan

Gets or sets a value indicating whether the member should have zero span during layout.

KeepTogether

Gets or sets a value indicating whether the member is kept together on a single page where possible.

KeepWithGroup

Gets or sets how a static tablix member should be kept on the page with the previous or next non-hidden sibling.

RepeatOnNewPage

Gets or sets a value indicating whether a static tablix member should be repeated on every page when a visible dynamic member sibling with the corresponding KeepWithGroup or its children appears on that page.

Sorting

Gets the expressions by which to sort the data.

TablixHeader

Gets or sets a header cell associated with the tablix member.

TablixMembers

Gets a collection of submembers contained within this member.

Visibility

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

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TablixMember object.

Extension Methods