Sunday, March 11, 2012
Export to pdf with Sub Reports and Blank Pages
I need help big-time!
I'm trying to export a report with 2 sub-reports to pdf format.
Using: RS2005
Adobe 7.0,
Font is Courier-New and it's installed on the Server.
There are no headers or footers in any of the three reports.
The report looks fine on the "Preview Tab", for the main and the two sub
reports.
The .pdf prints the following:
the main report shows up correctly
(an un-wanted blank page)
the 1st sub-report
(another un-wanted blank page)
the 2nd sub-report
(another un-wanted blank page)
How do I get rid of these blank pages?
All three reports are set to the following:
Body is set to 8.5 X 11
Margins - Top/Bottom/Left/Right are all set to Zero.
All rectangeles,lists, or Tables are set to 8.5 X 10.875 OR Less.
I've made sure that there are no "Page Break" textboxes checked in any of
the 3 reports.
Asked this same question before but haven't received an answer from 10/6/06
and still stuck!!!
Can anyone help with this, please?
I've been at this for hours!have you tried fiddling with 'cangrow' and 'canshrink' or whatever
these properties are called in Microsofts
'Reporting-Platform-of-the-Month-2006'?
BillB wrote:
> Hi,
> I need help big-time!
> I'm trying to export a report with 2 sub-reports to pdf format.
> Using: RS2005
> Adobe 7.0,
> Font is Courier-New and it's installed on the Server.
> There are no headers or footers in any of the three reports.
> The report looks fine on the "Preview Tab", for the main and the two sub
> reports.
> The .pdf prints the following:
> the main report shows up correctly
> (an un-wanted blank page)
> the 1st sub-report
> (another un-wanted blank page)
> the 2nd sub-report
> (another un-wanted blank page)
> How do I get rid of these blank pages?
> All three reports are set to the following:
> Body is set to 8.5 X 11
> Margins - Top/Bottom/Left/Right are all set to Zero.
> All rectangeles,lists, or Tables are set to 8.5 X 10.875 OR Less.
> I've made sure that there are no "Page Break" textboxes checked in any of
> the 3 reports.
> Asked this same question before but haven't received an answer from 10/6/06
> and still stuck!!!
> Can anyone help with this, please?
> I've been at this for hours!|||Thanks for the reply I'll look into both of these right now.
"susiedba@.hotmail.com" wrote:
> have you tried fiddling with 'cangrow' and 'canshrink' or whatever
> these properties are called in Microsofts
> 'Reporting-Platform-of-the-Month-2006'?
>
>
> BillB wrote:
> > Hi,
> >
> > I need help big-time!
> >
> > I'm trying to export a report with 2 sub-reports to pdf format.
> >
> > Using: RS2005
> > Adobe 7.0,
> > Font is Courier-New and it's installed on the Server.
> > There are no headers or footers in any of the three reports.
> >
> > The report looks fine on the "Preview Tab", for the main and the two sub
> > reports.
> >
> > The .pdf prints the following:
> >
> > the main report shows up correctly
> > (an un-wanted blank page)
> > the 1st sub-report
> > (another un-wanted blank page)
> > the 2nd sub-report
> > (another un-wanted blank page)
> >
> > How do I get rid of these blank pages?
> >
> > All three reports are set to the following:
> > Body is set to 8.5 X 11
> > Margins - Top/Bottom/Left/Right are all set to Zero.
> > All rectangeles,lists, or Tables are set to 8.5 X 10.875 OR Less.
> >
> > I've made sure that there are no "Page Break" textboxes checked in any of
> > the 3 reports.
> >
> > Asked this same question before but haven't received an answer from 10/6/06
> > and still stuck!!!
> > Can anyone help with this, please?
> >
> > I've been at this for hours!
>
Friday, March 9, 2012
Export to pdf issue
format the font is not a barcode. The font is installed on the web server,
report server, and the client machine. Has anyone been able to solve this?
Thanks.I have the same exact issue with the same barcode font. When the report is
rendered as HTML, I can see the barcode fine, but the minute I export it to
PDF, I lose the barcode...
"Phill" wrote:
> I have a report with 3 of 9 barcode font. When the report is rendered on pdf
> format the font is not a barcode. The font is installed on the web server,
> report server, and the client machine. Has anyone been able to solve this?
> Thanks.|||Reporting Service does not embed font into PDF. You need other
solutons (like Crystal Reports).
Export to PDF Is a Mess
Hi, I had lots of problems with this when I was starting out.
I found that more often than not it was caused by the page property settings of the report found in report designer.
There are page size properties. check that these match the output you want.
e.g I want an A4 portrait output,so set it page witdh to 21cm; page length to 29.7cm
if it is A4 landscape I want the width = 29.7 length is 21cm
Also important in page properties are margins, most important are the left and right margins.
They are important because if in the designer the body of your report plus these page margins is greater than an A4 output then PDFs will spill onto other pages.
e.g Page property is a4 landscape 29.7width. Page margins are 2cm left and 2cm right. The width of the body of my report is 26cm.
I have a problem because :26(body) + 2(L margin) +2(R margin) = 30 which is greater the the page output property (29.7).
Solution: reduce the margins to 1cm each .
|||Yes, you are right. I found the margin settings and reduced all of them. The columns all appear on the same page now but there is a blank page between each page of the report. The blank page has only the header on it. I have the page size set to 8.5 x 11. Any ideas on that one?|||Width of your report content + left margin + right margin <=8.5 in your case. Defatult margin is 1in, so your report width should be 6.5in or less. If this is your case, you can either change margin size or reduce your content width.|||I've got the margins working just fine now. It's the blank pages I can't figure out. I get a PDF like this:
Page 1: Header with data
Page 2: Header and no data
Page 3: Header with next data
Page 4: Header and no data
It's an .rdl report with these parameters:
Interactive size: 8.5in, 11in
Margins: 0.5in, 0.25in, 1in, 0.25in
PageSize: 8.5in, 11in
Hello:
This is the problem. You page width now is 8+your margins. You need to reduce this 8 to make room for your margins. You will be fine after that.
|||Yes! I pulled it in to 7.75 and no more blank pages. I understand what you mean now. The report width cannot exceed the page width minus the sum of the margins. Iwas .25 off.