I am passing a dataset to my report and setting me.datasource = ds.tables(1) for binding in codebehind.
In the detail section, I have always used text boxes to display data. Getting fine lines to match up and look great has been a problem historically. I have used tables in other reports that were not grouped and they have always run without issue.
This one is stumping me. It appears the table is getting the data because I am getting the proper amount of rows, but all of the boxes are blank. I have triple checked the field names and they are correct.
Is there some limitation with using tables in the grouped detail section?
If I only change table2.datasource = ds.tables(1) in the code behind, I get all rows disregarding of the grouping (as I would expect), with text inside, further confirming my field names are correct.
I am using q1 2012.
Any ideas?
In the detail section, I have always used text boxes to display data. Getting fine lines to match up and look great has been a problem historically. I have used tables in other reports that were not grouped and they have always run without issue.
This one is stumping me. It appears the table is getting the data because I am getting the proper amount of rows, but all of the boxes are blank. I have triple checked the field names and they are correct.
Is there some limitation with using tables in the grouped detail section?
If I only change table2.datasource = ds.tables(1) in the code behind, I get all rows disregarding of the grouping (as I would expect), with text inside, further confirming my field names are correct.
I am using q1 2012.
Any ideas?