1. How do I configure a business objects data source, once the report is created? The only place I've found how to do it is using the Create new report Wizard. I have created a couple of pages of the report using plain variables, but now I have a longer list which I should insert.
2. Is it possible to bind the table to a list of string arrays? I.e.
Code: Select all
List<string[]>
3. How do I remove the spacing between a DataBand and its header? When I place them in the designer, there is always a fixed spacing of two grid squares which I am not sure how to remove. Basically, I'd simply like my table headers to be attached to the table itself, with no spacing.
Thanks a lot for your time!