Hi,
In one of my report I receive a custom business Object in the constructor, containing all needed data for the report.
I basically set the DataSource to the object I receive in the constructor.
For simple textbox it works quite good, but in my report I'm using a table, not because I receive a list of data that I want to display in a tabular form, but because I've a lot of "Label-> text" to display, two of them per line, and sometimes one line will be to large to stay on one line, so I want that other fields take the same offset.
So here is what I got now: http://screencast.com/t/r7dLQZlTB
All fields which aren't in the table are working good, but I can't make any of the field in the table working.
I tried to set the DataSource of the the table to Fields(through binding), but It doesn't works.
What is my best shot to do this?
In one of my report I receive a custom business Object in the constructor, containing all needed data for the report.
I basically set the DataSource to the object I receive in the constructor.
For simple textbox it works quite good, but in my report I'm using a table, not because I receive a list of data that I want to display in a tabular form, but because I've a lot of "Label-> text" to display, two of them per line, and sometimes one line will be to large to stay on one line, so I want that other fields take the same offset.
So here is what I got now: http://screencast.com/t/r7dLQZlTB
All fields which aren't in the table are working good, but I can't make any of the field in the table working.
I tried to set the DataSource of the the table to Fields(through binding), but It doesn't works.
What is my best shot to do this?