将报告呈现为pdf后,将pdf添加到Reporting Services报告中

时间:2022-07-01 08:10:58

We are using Reporting Services to generate a purchase order, which is rendered as pdf before displaying on the screen. The report works well, as is, except that now we have to add a Terms & Conditions page to every PO. I've tried placing it in the footer, setting it to display only on the last page--this didn't work. I've also tried adding it to the body, setting the "Page Break Before" property to "true". This works, except that it looks like there is still space reserved for the header (i.e. the header's "show on last page" property is set to false). I can't get the Terms & conditions to fill the page.

我们使用Reporting Services生成采购订单,该订单在显示在屏幕上之前呈现为pdf。该报告很有效,但现在我们必须为每个PO添加条款和条件页面。我已经尝试将它放在页脚中,将其设置为仅显示在最后一页 - 这不起作用。我也尝试将它添加到正文中,将“Page Break Before”属性设置为“true”。这是有效的,除了它看起来仍然为标题保留了空间(即标题的“在最后一页上显示”属性设置为false)。我无法获得填写页面的条款和条件。

Does anyone know how I could attach or bind the pdf generated by reporting services with a pdf version of the Terms & Conditions sheet?

有谁知道如何附上或绑定报告服务生成的pdf与条款和条件表的pdf版本?

Note: We are using ASP & VB.NET 2.0, Visual Studio 2005, & SQL Server 2005.

注意:我们使用ASP和VB.NET 2.0,Visual Studio 2005和SQL Server 2005。

2 个解决方案

#1


A similar question that may satisfy your requirements was posted and answered later today:

可能满足您要求的类似问题已于今天晚些时候发布并回答:

Combine two (or more) PDF's

合并两个(或更多)PDF

Check out the PDFSharp...that looks interesting.

查看PDFSharp ......看起来很有趣。

#2


iTextSharp (a port of the java version iText) is a good open source library that we are using to do just that.

iTextSharp(java版iText的一个端口)是一个很好的开源库,我们正在使用它来做这件事。

#1


A similar question that may satisfy your requirements was posted and answered later today:

可能满足您要求的类似问题已于今天晚些时候发布并回答:

Combine two (or more) PDF's

合并两个(或更多)PDF

Check out the PDFSharp...that looks interesting.

查看PDFSharp ......看起来很有趣。

#2


iTextSharp (a port of the java version iText) is a good open source library that we are using to do just that.

iTextSharp(java版iText的一个端口)是一个很好的开源库,我们正在使用它来做这件事。