Class TableGroup
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class TableGroup : GroupBase, INamedObject, IToggleVisibilityTarget, IActionTarget, IGroupHierarchy, IGroup, IDataFlow, ITableGroupCollectionOwner
Constructors
TableGroup()
Declaration
public TableGroup()
Properties
BookmarkId
Gets or sets a bookmark id for this group.
Declaration
public string BookmarkId { get; set; }
Property Value
System.String
A System.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. |
Remarks
BookmarkId must be used along with NavigateToBookmarkAction interactive action in order to specify the target of the action.
ChildGroups
Declaration
public IList<TableGroup> ChildGroups { get; }
Property Value
System.Collections.Generic.IList<TableGroup>
|
DocumentMapText
Gets or sets a text to be displayed for this group in the document map.
Declaration
public string DocumentMapText { get; set; }
Property Value
System.String
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also. |
Remarks
When defined the document map displays nodes that navigate to the instances of the group.
GroupKeepTogether
Indicates whether to keep all rows or columns that belong to the current group on one page.
Declaration
public bool GroupKeepTogether { get; set; }
Property Value
System.Boolean
True to keep all rows or columns that belong to the current group on one page; otherwise False. |
Remarks
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.
PageBreak
Gets or sets the page breaking rule for this TableGroup's representation, either rows or columns.
Declaration
public PageBreak PageBreak { get; set; }
Property Value
PageBreak
A PageBreak object specifying the page breaking rule for this TableGroup. |
ReportItem
TocText
Gets or sets a text to be displayed for this group in the table of contents.
Declaration
public string TocText { get; set; }
Property Value
System.String
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also. |
Remarks
When defined the table of contents displays nodes that navigate to the instances of the group.
Visible
Gets or sets a value indicating whether the table group is displayed.
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
true if the table group is displayed; otherwise, false. The default is true. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
Equals(TableGroup)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
Explicit Interface Implementations
IDataFlow.Filters
Declaration
IList<Filter> IDataFlow.Filters { get; }
Returns
System.Collections.Generic.IList<Filter>
|
Implements
IDataFlow.Sortings
Declaration
IList<Sorting> IDataFlow.Sortings { get; }
Returns
System.Collections.Generic.IList<Sorting>
|