Adding column values ​​in the report.

Stimulsoft Reports.NET discussion
Post Reply
poorteymoor
Posts: 4
Joined: Sun Aug 05, 2012 8:09 pm

Adding column values ​​in the report.

Post by poorteymoor »

Hi
Thanks for your efforts
How do I code values ​​columns together?
At the end of the report would like to add a row and a column to write.
I'm writing C # code.
Thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Adding column values ​​in the report.

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
poorteymoor
Posts: 4
Joined: Sun Aug 05, 2012 8:09 pm

Re: Adding column values ​​in the report.

Post by poorteymoor »

Hi
Thank you for the answer
I want to sum ​​values ​​in a column to write the code.
I would like to add a row and collected at the end of the show.
I get data from a table in the report read.
Thank
Attachments
sum
sum
1.jpg (4.08 KiB) Viewed 1268 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Adding column values ​​in the report.

Post by Alex K. »

Hello,

Please try to use the following expression:

Code: Select all

{Sum(DataSourceName.DataColumnName)}
Thank you.
poorteymoor
Posts: 4
Joined: Sun Aug 05, 2012 8:09 pm

Re: Adding column values ​​in the report.

Post by poorteymoor »

Hi
I'm using code to create the report.
Like the following code.
I collect first column of the last row to be displayed.
Thanks
Attachments
DynamicCreateReport.rar
report
(295.15 KiB) Downloaded 118 times
poorteymoor
Posts: 4
Joined: Sun Aug 05, 2012 8:09 pm

Re: Adding column values ​​in the report.

Post by poorteymoor »

Hi
Thanks to those who responded.
I resolved the problem.
I've attached the answer.
I hope to be useful.
Thanks :)
Attachments
DynamicCreateReport22.rar
ok2
(296.22 KiB) Downloaded 132 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Adding column values ​​in the report.

Post by Alex K. »

Hello,

Ok.
Let us know if you need any additional help.
Post Reply