[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixHierarchy

TablixHierarchy Class

Represents a hierarchy of members within a tablix.

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

The TablixHierarchy class models a hierarchical structure of members within a tablix, which is a data region used to organize and present data in rows and columns.

Constructors

Name Description
TablixHierarchy()

Initializes a new instance of the TablixHierarchy class.

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

TablixMembers

Gets a collection of members at the base level of the hierarchy.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the TablixHierarchy object.

Extension Methods