First page of subreport on a odd page
Hi,
i've a report.
in his detail band i've two subreport pbsection
customer->
detail count customer
news
for each customer i need to print the customer's count and, on other, page
the news.
for each customer i need to print the first report on odd page
can you help me?
how can i do?
--- posted by geoForum on http://www.newswhat.com
i've a report.
in his detail band i've two subreport pbsection
customer->
detail count customer
news
for each customer i need to print the customer's count and, on other, page
the news.
for each customer i need to print the first report on odd page
can you help me?
how can i do?
--- posted by geoForum on http://www.newswhat.com
This discussion has been closed.
Comments
My suggestion would be to create a group (in the main report) that
breaks on each customer. Set this group to start a new page (NewPage :=
True) and to start on odd pages (StartOnOddPage := True).
You may need to change the style of subreport you are using for this to
give you the desired effect.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
creating a group in the master printer prints two blank pages .. one at
the beginning and one at the end of the group.
how can i do do not print the blank pages?
Where can I find The Property StartOnOddPage := True ?
how can i do to set?
i've report builder standard 10.07
thanks
--- posted by geoForum on http://www.newswhat.com
customer (main report) (have only detail band)
group (in the main report) that breaks on each customer.ID and on this
group start a new page (NewPage=True)
in customer detail band there is two subreports:
orders (pbsection / Autostop:=True)
news (pbsection / Autostop:=True)
the customer are 100 records
for each customer i need to print:
orders (may be zero or more pages)
news (may be zero or more pages)
printing the report for each customer...
prints two blank pages .. one at the beginning and one at the end of the
group:
customer 1
blank page
orders page
news page
blank page
customer 2
blank page
orders page
news page
blank page
customer 3
blank page
orders page
news page
blank page
.....
customer 100
blank page
orders page
news page
blank page
how can i do to not print the blank pages?
how can i do print the new customer on the odd page?
thanks in advance
--- posted by geoForum on http://www.newswhat.com
The StartOnOddPage property was added for RB 11. We hope you will
consider upgrading your version of ReportBuilder to take advantage of
this and many other useful features.
http://www.digital-metaphors.com/rbWiki/General/What's_New
The reason you are getting two blank pages is likely due to the fact
that you are using two section style subreports. By design, these
subreports will start and end on their own page. You may be able to get
the effect you are after by using a single NewPage group and toggling
the visibility of a single section subreport based on an even or odd
page however we have not tested this.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com