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

Dynamic Report and Aggregates

2 Answers 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kriztine
Top achievements
Rank 1
Kriztine asked on 28 May 2012, 11:58 AM
Hi,

Currently, we are using Telerik Reporting for the creation of our dynamic reports. We are generating the reports based on the example you have provided from other threads (AutoGenerateColumns.zip). We have also integrated interactive sorting on our reports. Now, we wish to display the aggregates to the last row of the table depending on the field's data type (we can do it programmatically). Can you provide us an example on how to display aggregates using Table object?





2 Answers, 1 is accepted

Sort by
0
Kriztine
Top achievements
Rank 1
answered on 05 Jun 2012, 10:06 AM
Hello  Telerik,

Can you please help me on how to put aggregates in the Table object's last row? I just could not find any example similar to my requirements.

Thanks in advance!

Warm Regards,

Mae
0
Hadib Ahmabi
Top achievements
Rank 1
answered on 05 Jun 2012, 01:06 PM
You need to add another row into the table's body and also add a static group (static - grouping == NULL). Then in the newly added row you can specify the aggregate expressions you wish. 
I would suggest to first do it in the designer and see what code it generates. 
Tags
General Discussions
Asked by
Kriztine
Top achievements
Rank 1
Answers by
Kriztine
Top achievements
Rank 1
Hadib Ahmabi
Top achievements
Rank 1
Share this question
or