|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Can't Create a multi page reportI 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 ME wrote:
> I need to know how to create a MULTI page report. All I can seem to create Put these two textfield in list(from toolbox),> 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 > > 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 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 |
|||||||||||||||||||||||