I created a simple report that has some hard coded text in the header and has 3 fields in the detail area. When I run the report in my application bound to a list of objects (with exposed properties), I get all items in the list list. However, each line of the report comes out on a separate page. My report design looks something like
(Header section)
Activity Report
Project Name Task Name Cost
----------------------------------------------------------------------------
(Detail section)
[=Fields.ProjectName] [=Fields.TaskName] [=Fields.Cost]
As I mentioned, I have set the data source for the report to a List which right now
has 29 elements in it. I expected multiple lines in the report with only 1 or 2 pages, but I end up with 29
pages! Can anyone tell me what I did wrong?
It's probably something really basic, but this is the first time I used the tool, so bear with me.
Thanks,
John
(Header section)
Activity Report
Project Name Task Name Cost
----------------------------------------------------------------------------
(Detail section)
[=Fields.ProjectName] [=Fields.TaskName] [=Fields.Cost]
As I mentioned, I have set the data source for the report to a List which right now
has 29 elements in it. I expected multiple lines in the report with only 1 or 2 pages, but I end up with 29
pages! Can anyone tell me what I did wrong?
It's probably something really basic, but this is the first time I used the tool, so bear with me.
Thanks,
John