[]
Represents a table element defines a DataRegion that visualizes the bound data in a multicolumn, multirow fashion, with an ordered set of fields in columns and each data record displayed in a row.
public sealed class Table : DataRegion, IValidateable, IScopeDefinition, IReportComponentContainer, IReportComponent, IComponent, IDisposable
Name | Description |
---|---|
Table() | Initializes a new instance of the Table class. |
Name | Description |
---|---|
ChildScopes | Gets the child scopes for the fixed page. |
Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
DetailDataCollectionName | Gets or sets a name of the top-level XML element that represents the collection of all instances of the group. |
DetailDataElementName | Gets or sets a name of the top-level XML element that represents the details. |
DetailDataElementOutput | Gets or sets a value indicating whether the item appears in a data rendering. |
Details | Gets or sets the detail rows for a table. |
Footer | Gets or sets a footer of a table. |
FrozenColumns | Gets or sets a number of frozen columns. |
FrozenRows | Gets or sets a number of frozen rows. |
Header | Gets or sets a header of a table. |
MaxDetailsPerPage | Gets or sets a maximum number of rows which can be in the details group on the page. |
PreventOrphanedFooter | Gets or sets a value indicating whether the orphaned footer is displayed on the next page. |
PreventOrphanedHeader | Gets or sets a value indicating whether the header is displayed without at least one line of data below it. |
RepeatBlankRows | Gets or sets a value indicating whether a table should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only. |
RepeatToFill | Gets or sets a value indicating whether a table should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only. |
ReportItemsInScope | Gets the report items in scope for the fixed page. |
TableColumns | Gets a collection of the columns columns in a table. |
TableGroups | Gets the groups to use in a table. |
Name | Description |
---|---|
GetExpressions() | Returns a list of the expressions contained by this component. |
Validate(ValidationContext) | Validates the current state of the Table object. |