skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Class TableGroup

Inheritance
System.Object
GroupBase
TableGroup
Inherited Members
GroupBase.ToString()
GroupBase.Name
GroupBase.Groupings
GroupBase.Grouping
GroupBase.Sortings
GroupBase.Sorting
GroupBase.Filters
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

Declaration
public ReportItem ReportItem { get; set; }
Property Value
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
GroupBase.Equals(Object)

Equals(TableGroup)

Declaration
public bool Equals(TableGroup other)
Parameters
TableGroup other

Returns
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
System.Int32

Overrides
GroupBase.GetHashCode()

Explicit Interface Implementations

IDataFlow.Filters

Declaration
IList<Filter> IDataFlow.Filters { get; }
Returns
System.Collections.Generic.IList<Filter>

Implements
IDataFlow.Filters

IDataFlow.Sortings

Declaration
IList<Sorting> IDataFlow.Sortings { get; }
Returns
System.Collections.Generic.IList<Sorting>

Implements
IDataFlow.Sortings
Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.