TableGroup
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TableGroup : GroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow
Inheritance: objectGroupBaseTableGroup
Implements:
Inherited Members
Constructors
TODO: Add documentation.
public TableGroup()
Properties
BookmarkId
string
Gets or sets a bookmark id for this group.
public string BookmarkId { get; set; }
A string started with "=" is interpreted as an expression to calculate the resulting id, otherwise - literal string. Supports embedded expressions also. When processed should evaluate to an unique value for each processing instance of the group. Any duplicated occurrences at runtime get modified in order to avoid duplication in the resulting report.
BookmarkId must be used along with NavigateToBookmarkAction interactive action in order to specify the target of the action.
ChildGroups
IList<TableGroup>
TODO: Add documentation.
[Browsable(false)]
public IList<TableGroup> ChildGroups { get; }
DocumentMapText
string
Gets or sets a text to be displayed for this group in the document map.
public string DocumentMapText { get; set; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.
When defined the document map displays nodes that navigate to the instances of the group.
Indicates whether to keep all rows or columns that belong to the current group on one page.
public bool GroupKeepTogether { get; set; }
True to keep all rows or columns that belong to the current group on one page; otherwise False.
When the GroupKeepTogether is set to True and there is not enough space on the current page, the entire group is moved the the top/left of the next page.
Gets or sets the page breaking rule for this TableGroup's representation, either rows or columns.
public PageBreak PageBreak { get; set; }
A PageBreak object specifying the page breaking rule for this TableGroup.
PrintOnEveryPage
bool
Indicates whether the group's corresponding row/column header should be printed on every page the group appears on.
public bool PrintOnEveryPage { get; set; }
True to print the group's corresponding row/column header on every page the group appears on; otherwise False.
This property is respected only for static table/crosstab groups that are created for header/footer rows
TODO: Add documentation.
[Browsable(false)]
public ReportItem ReportItem { get; set; }
TocLevel
string
Gets or sets the level for this table group in the table of contents.
public string TocLevel { get; set; }
A string started with "=" is interpreted as an expression to calculate the actual level, otherwise - literal integer. Supports embedded expressions also.
Takes effect when the current table group has TocText defined and sets its level to an explicit value. If omitted, the level is calculated automatically based on the table's group hierarchy.
TocText
string
Gets or sets a text to be displayed for this group in the table of contents.
public string TocText { get; set; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.
When defined the table of contents displays nodes that navigate to the instances of the group.
Visible
bool
Gets or sets a value indicating whether the table group is displayed.
public bool Visible { get; set; }
true if the table group is displayed; otherwise, false. The default is true.
Methods
Equals(object)
bool
TODO: Add documentation.
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
TODO: Add documentation.
public override int GetHashCode()
int
Overrides: