[]
Represents a hierarchy of members within a tablix.
public sealed class TablixHierarchy : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable
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.
| Name | Description |
|---|---|
| TablixHierarchy() | Initializes a new instance of the TablixHierarchy class. |
| 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. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the TablixHierarchy object. |