Home All Groups Group Topic Archive Search About

Can't Create a multi page report

Author
21 Jan 2006 3:40 PM
ME
I need to know how to create a MULTI page report.  All I can seem to create
is a report with only one page, even though the datasource it is bound to
returns multiple records.  I have posted an example of my source code here:
http://mreprogramming.com/currentrelease/WindowsApplication25.zip

What am I doing wrong?

Thanks,

Matt

Author
22 Jan 2006 6:49 PM
Ranko
ME wrote:
> I need to know how to create a MULTI page report.  All I can seem to create
> is a report with only one page, even though the datasource it is bound to
> returns multiple records.  I have posted an example of my source code here:
> http://mreprogramming.com/currentrelease/WindowsApplication25.zip
>
> What am I doing wrong?
>
> Thanks,
>
> Matt
>
>
Put these two textfield in list(from toolbox),
select the list and in properties find Grouping,
click on little button to open dialog: Grouping and Sorting properties,
in Group on: Expression pick from combo grouping field, for example
=Fields!ID.Value
check checkbox Page break at the end

and you will get one customer per each page
Author
23 Jan 2006 6:58 AM
ME
Thanks!  That actually helped more than you know!  This reporting stuff is a
bit hard to understand, I wish I had some real nice tutorial to go through
that did more than just say "add your expression here"  Microsoft has a few
tutorials but the so "simple" they don't seem to cover real world stuff.

Thanks,

Matt
Show quote
"Ranko" <d.ra***@gmail.com> wrote in message
news:O2iOES4HGHA.3120@TK2MSFTNGP10.phx.gbl...
> ME wrote:
>> I need to know how to create a MULTI page report.  All I can seem to
>> create is a report with only one page, even though the datasource it is
>> bound to returns multiple records.  I have posted an example of my source
>> code here:
>> http://mreprogramming.com/currentrelease/WindowsApplication25.zip
>>
>> What am I doing wrong?
>>
>> Thanks,
>>
>> Matt
> Put these two textfield in list(from toolbox),
> select the list and in properties find Grouping,
> click on little button to open dialog: Grouping and Sorting properties,
> in Group on: Expression pick from combo grouping field, for example
> =Fields!ID.Value
> check checkbox Page break at the end
>
> and you will get one customer per each page

AddThis Social Bookmark Button