Page 1 of 1
Retrieve columns dynamicaly ...
Posted: Thu Oct 05, 2017 2:32 pm
by Kaster
I have "unlimited" count of columns, will retrieve it dynamicaly and show all in many rows to page. In the datasource are informations about type of value for each column, column name (header) and value object.
How to show it dynamicaly, without manualy retrieving each column and positioning it on the band?
Thanks
Re: Retrieve columns dynamicaly ...
Posted: Thu Oct 05, 2017 3:02 pm
by Alex K.
Hello,
You can try to use Cross-Data component or create report from code:
https://www.stimulsoft.com/en/samples/w ... in-runtime
Thank you.
Re: Retrieve columns dynamicaly ...
Posted: Thu Oct 05, 2017 4:22 pm
by Kaster
... hm ...
Solution with creating report from code is not acceptable. I would like to offer possibility for my customers to change (the design) of the report themselves.
How to bind Cross-Data component with Datasource without manualy retrieving each column from datasource? Have not found corresponding examples.
Thanks
Re: Retrieve columns dynamicaly ...
Posted: Thu Oct 05, 2017 10:05 pm
by Alex K.
Hello,
Could you provide a sample data for analysis.
Thank you.
Re: Retrieve columns dynamicaly ...
Posted: Fri Oct 06, 2017 7:29 am
by Kaster
I have "unlimited" count of columns, but allways same count per row.
Each column have "description" of data (name, type and value).
Thanks
PS. see data
Re: Retrieve columns dynamicaly ...
Posted: Fri Oct 06, 2017 2:43 pm
by Kaster
No idea or not undestand issue?
Thanks
Re: Retrieve columns dynamicaly ...
Posted: Sat Oct 07, 2017 12:13 pm
by Alex K.
Hello,
There is not a simple way. Sample report in the attachment.
You can add additional data source with grouping by username and use Conditions to show only necessary records.
Thank you.