Assuming you are going to show multiple master records and the detail
records for each, then you need to be using subreports. If you have a single
mater record and then the detail for that master you can use data regions.
Since you are going to list every project then you do need to use
subreports.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
To do master detail type reports you really need to have subreports
[quoted text, click to view] "Stefan Falk" <nothing@nospam.com> wrote in message
news:O6fipcgDGHA.1180@TK2MSFTNGP09.phx.gbl...
> Hello everybody,
>
> I have a master data set returning rows about projects. For each project,
> there are two kinds of detail data: The time periods used for work for the
> project, and the travels to the customer. Both have, of course, different
> numbers of rows for each project, and totally different columns (besides
> the project id linking all this together).
>
> I want to have a report listing every project, and for each project the
> times and the travels. Online help says that in many cases data regions
> could be used where we would have used subreports in the past (that is, in
> Microsoft Access reports, I guess).
>
> I tried to have a RS table with another table in a detail cell, but RS
> (2000) does not allow me to nest tables. Do I need two subreports here or
> ist there any magic trick I miss?
>
> Thanks in advance, and have a great 2006,
> Stefan Falk
>