Adding column values in the report.
-
- Posts: 4
- Joined: Sun Aug 05, 2012 8:09 pm
Adding column values in the report.
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
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.
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
-
- Posts: 4
- Joined: Sun Aug 05, 2012 8:09 pm
Re: Adding column values in the report.
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
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
- 1.jpg (4.08 KiB) Viewed 1263 times
Re: Adding column values in the report.
Hello,
Please try to use the following expression:
Thank you.
Please try to use the following expression:
Code: Select all
{Sum(DataSourceName.DataColumnName)}
-
- Posts: 4
- Joined: Sun Aug 05, 2012 8:09 pm
Re: Adding column values in the report.
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
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
-
- Posts: 4
- Joined: Sun Aug 05, 2012 8:09 pm
Re: Adding column values in the report.
Hi
Thanks to those who responded.
I resolved the problem.
I've attached the answer.
I hope to be useful.
Thanks
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
Re: Adding column values in the report.
Hello,
Ok.
Let us know if you need any additional help.
Ok.
Let us know if you need any additional help.