Page 1 of 1

Adding column values ​​in the report.

Posted: Fri Sep 21, 2012 7:23 am
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

Re: Adding column values ​​in the report.

Posted: Fri Sep 21, 2012 9:19 am
by Alex K.
Hello,

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

Thank you.

Re: Adding column values ​​in the report.

Posted: Fri Sep 21, 2012 9:40 am
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

Re: Adding column values ​​in the report.

Posted: Fri Sep 21, 2012 11:39 am
by Alex K.
Hello,

Please try to use the following expression:

Code: Select all

{Sum(DataSourceName.DataColumnName)}
Thank you.

Re: Adding column values ​​in the report.

Posted: Fri Sep 21, 2012 4:34 pm
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

Re: Adding column values ​​in the report.

Posted: Sun Sep 23, 2012 5:24 pm
by poorteymoor
Hi
Thanks to those who responded.
I resolved the problem.
I've attached the answer.
I hope to be useful.
Thanks :)

Re: Adding column values ​​in the report.

Posted: Mon Sep 24, 2012 8:10 am
by Alex K.
Hello,

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