Name | Description | |
---|---|---|
Table Constructor | Initializes a new instance of the Table class. |
The following tables list the members exposed by Table.
Name | Description | |
---|---|---|
Table Constructor | Initializes a new instance of the Table class. |
Name | Description | |
---|---|---|
ChildScopes | Overridden. Implements IScopeDefinition.ChildScopes. | |
Components | Returns the GrapeCity.ActiveReports.PageReportModel.Rdl.ReportComponentCollection containing all the components hosted in the control. | |
DetailDataCollectionName | The name to use for the data element for the collection of all instances of the group. | |
DetailDataElementName | The name to use for the data element for instances of the group. This property is ignored if there is a grouping defined for the details. | |
DetailDataElementOutput | Gets or sets a value indicating whether the details appear in a data rendering. | |
Details | Gets or sets the detail rows for the table.. | |
Footer | Gets or sets the table footer rows. | |
FrozenColumns | Gets or sets the number of frozen columns. | |
FrozenRows | Gets or sets the number of frozen rows. | |
Header | Gets or sets the table header rows. | |
MaxDetailsPerPage | The maximum number of rows which can be in the details group on the page. 0 , null , or empty value are interpreted as 'no limit' which is default value. | |
PreventOrphanedFooter | Indicates whether the orphaned footer is displayed on next page. | |
PreventOrphanedHeader | Indicates 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 | Overridden. IScopeDefinition.ReportItemsInScope. | |
TableColumns | Gets the columns in the table. | |
TableGroups | Gets the groups to use in the table. |
Name | Description | |
---|---|---|
Validate | Overridden. Validates the information in each property of the Table object. |