Hi,
I'm having problems getting my data fields to display in a table. I create all the neccesary columns and rows and all the fields are assigned to static groups. I dont really need the fields to be grouped. I dont use a dataset as a datasource. When the report gets instantiated, it gets a collection as a datasource during runtime. This collection is of type: observablecollection<ITenderLineItem>. ITenderLineItem is an interface that contains a set amount of named properties. The property names are set in the table fields as: =Fields.["Property Name Here"]. This collection is generated in the program beforehand. The report's table generates the correct amount of lines in the detail section when i run it but none of my fields display any values. Its just blank. Is there maybe a tutorial that explains in detail how to create a table and bind it to data? I'm sure that I'm just missing a tiny detail somewhere. Unfortunately I need to use a table because each cell has a border and certain fields are multiline. If i just use textboxes then I don't get a consistent height on all of them per row when one textbox is multilined. Help please.
I'm having problems getting my data fields to display in a table. I create all the neccesary columns and rows and all the fields are assigned to static groups. I dont really need the fields to be grouped. I dont use a dataset as a datasource. When the report gets instantiated, it gets a collection as a datasource during runtime. This collection is of type: observablecollection<ITenderLineItem>. ITenderLineItem is an interface that contains a set amount of named properties. The property names are set in the table fields as: =Fields.["Property Name Here"]. This collection is generated in the program beforehand. The report's table generates the correct amount of lines in the detail section when i run it but none of my fields display any values. Its just blank. Is there maybe a tutorial that explains in detail how to create a table and bind it to data? I'm sure that I'm just missing a tiny detail somewhere. Unfortunately I need to use a table because each cell has a border and certain fields are multiline. If i just use textboxes then I don't get a consistent height on all of them per row when one textbox is multilined. Help please.