Some tips please on PDF rendering.
I have an invoice form report that should be one page in length, but when I
render to PDF I get a 2nd page with header & footer but nothing in the
middle. How do I stop this happening?
brian smithIn VS, under report properties, are your page dimensions set to the proper height and width? Based on those values, is the width of your page in the layout view actually fit that?
I had a similar problem with one of my reports - turned out my margins were larger than I had thought. Shrinking down the report body by about a quarter of an inch solved it.
HTH
- T|||Make sure that your report is set up as follows:
(Report.PageWidth - Report.LeftMargin - Report.Right Margin) >= Body.Width
Bruce Johnson [MSFT]
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Brian Smith" <bsmith@.nospam.leazesdotcom> wrote in message
news:%23nxXmxEZEHA.2844@.TK2MSFTNGP12.phx.gbl...
> Some tips please on PDF rendering.
> I have an invoice form report that should be one page in length, but when
I
> render to PDF I get a 2nd page with header & footer but nothing in the
> middle. How do I stop this happening?
> brian smith
>|||Thanks - I'll try it later.
brian
"Bruce Johnson [MSFT]" <brucejoh@.online.microsoft.com> wrote in message
news:%23Er1vhFZEHA.3596@.tk2msftngp13.phx.gbl...
> Make sure that your report is set up as follows:
> (Report.PageWidth - Report.LeftMargin - Report.Right Margin) >= Body.Width
>
> --
> Bruce Johnson [MSFT]
> Microsoft SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "Brian Smith" <bsmith@.nospam.leazesdotcom> wrote in message
> news:%23nxXmxEZEHA.2844@.TK2MSFTNGP12.phx.gbl...
> > Some tips please on PDF rendering.
> > I have an invoice form report that should be one page in length, but
when
> I
> > render to PDF I get a 2nd page with header & footer but nothing in the
> > middle. How do I stop this happening?
> >
> > brian smith
> >
> >
>|||Worked fine. Thanks very much.
brian
"Bruce Johnson [MSFT]" <brucejoh@.online.microsoft.com> wrote in message
news:%23Er1vhFZEHA.3596@.tk2msftngp13.phx.gbl...
> Make sure that your report is set up as follows:
> (Report.PageWidth - Report.LeftMargin - Report.Right Margin) >= Body.Width
>
> --
> Bruce Johnson [MSFT]
> Microsoft SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "Brian Smith" <bsmith@.nospam.leazesdotcom> wrote in message
> news:%23nxXmxEZEHA.2844@.TK2MSFTNGP12.phx.gbl...
> > Some tips please on PDF rendering.
> > I have an invoice form report that should be one page in length, but
when
> I
> > render to PDF I get a 2nd page with header & footer but nothing in the
> > middle. How do I stop this happening?
> >
> > brian smith
> >
> >
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment