[]
Represents a column or row header region that repeats with each column or row group in the rowset of a Matrix.
public sealed class DynamicColumnsRows : ReportComponentContainer, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable, IValidateable
Name | Description |
---|---|
DynamicColumnsRows() |
|
Name | Description |
---|---|
Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
Grouping | Gets or sets the expressions by which to group the data. |
Sorting | Gets the expressions by which to sort the columns or rows. |
Subtotal | Gets or sets an automatic subtotal for the column or row. |
Visibility | Gets or sets a value indicating whether all of the dynamic columns or rows for this grouping are hidden and replaced with a subtotal column for the grouping scope. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the DynamicColumnsRows object. |