Hi,
We are currently evaluating Reports.Web and Designer.Web for integrating it in one of our products written in asp .net. in a few reports, we require a table with an unknown number of columns (at design time), and i am having trouble finding any kind of information about obtaining the same behavior a matrix or a tablix have in reporting services.
I've searched for an example that mimicks this situation in the reports available in the demo, but found none.
Any help you could give would be greatly appreciated.
Matrix / tablix like behavior
-
- Posts: 9
- Joined: Wed Sep 04, 2013 3:39 pm
Re: Matrix / tablix like behavior
Hello.
Here is a sample project how to create report in code.
Thank you.
Here is a sample project how to create report in code.
Thank you.
- Attachments
-
- DynamicCreateReport.zip
- (15.46 KiB) Downloaded 358 times
-
- Posts: 9
- Joined: Wed Sep 04, 2013 3:39 pm
Re: Matrix / tablix like behavior
Thanks a lot Aleksey.
I've reviewed your attachment, but it seemed a little bit overkill for our scenario.
Im glad to tell, that i finally sorted this out using dynamic classes, that way i can build business objects with the exact size needed, and use a normal table in Reports.Web.
I've reviewed your attachment, but it seemed a little bit overkill for our scenario.
Im glad to tell, that i finally sorted this out using dynamic classes, that way i can build business objects with the exact size needed, and use a normal table in Reports.Web.
Re: Matrix / tablix like behavior
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.