This is a migrated thread and some comments may be shown as answers.

Table Control in Report Header

1 Answer 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Srinath
Top achievements
Rank 1
Srinath asked on 14 Jul 2012, 12:05 AM
Hi,

I am using Table Control in Report Header to show summary data for the report.
I am using sqlDataSource to bind data to the table in the designer.

The summary information is shown properly, but i need to total the summary information.
So i basically need to add another row at the bottom of table which sums the individual column values for each row in the table.

But my menu has "Add Total" Disabled.

Pls help me out.

Thanks.
Srinath.

1 Answer, 1 is accepted

Sort by
0
Accepted
Elian
Telerik team
answered on 18 Jul 2012, 01:28 PM
Hi Srinath,

The totals are added for each column separately. In order to be able to set a Total:
  1. The table should be bound to a DataSource component
  2. The cell you have selected must have a numeric type expression
If you want to add Totals manually, you have to create a static row group (adjacent below to the detail group) - see screen.png, then simply add the desired expressions in the table cells. A static group is a group with no grouping expressions (you have to first create the group with some expression and when done you can edit the group and delete the grouping expression, then the group will become static). 

Detailed information on table and how to manipulate it you may find in the help chapter Table/Crosstab/List.
 
All the best,
Elian
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
Srinath
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or