Showing posts with label acrobat. Show all posts
Showing posts with label acrobat. Show all posts

Sunday, February 19, 2012

Export to Acrobat

We have a sub report in the main report and when the sub report does not retrieve any data and the report is exported to any format it is throwing the Reporting services error and when there is data in the sub report the report is properly appearing.

This is happening only in 'no data' scenarios.

Can any one please tell me why this is happening and some solution for this issue?

This font is really hard to read, so please choose a different one next time ;)

Maybe you set the no-rows property of the subreport to something that throws the error..
Have you looked at the log files?
C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\LogFiles
|||

Thanks for replying...

But can you please tell me where do we find the no rows property for the sub report?

|||

Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: There is no data for the field at position 6. is the message displayed in the log

now how do i check the position 6?

Wednesday, February 15, 2012

Export Report with Graph to Acrobat Format

Hi,
I have a report with various charts, table, matrices and textboxes. The data
and the charts overlaps somewhere when I export it to PDF. Also the page size
of the report is different from that rendered as PDF. Do we have any control
on that? Is it possible to change the PDF render page size and layout? How do
I do that?
Thanking you,
Jd.How overlapped report items are rendered depends on the render. PDF will
preserve overlapping while HTML will move objects so they do not overlap. If
you do not want the report items to overlap you will need to modify your
report.
When exporting to PDF your report be setup 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.
"Kam" <Kam@.discussions.microsoft.com> wrote in message
news:215AA1CB-BA00-4A8B-BD94-D087AC8ACDA6@.microsoft.com...
> Hi,
> I have a report with various charts, table, matrices and textboxes. The
data
> and the charts overlaps somewhere when I export it to PDF. Also the page
size
> of the report is different from that rendered as PDF. Do we have any
control
> on that? Is it possible to change the PDF render page size and layout? How
do
> I do that?
> Thanking you,
> Jd.