English 中文(简体)
SQL Reporting Service SSRS PDF导出缺少书签?
原标题:SQL Reporting Service SSRS PDF Export Missing the Bookmarks?

我正在使用SSRS 2008,在Visual Studio中预览后,保存为PDF。书签没有被导出,或者至少PDF阅读器认为没有书签(在Adobe Reader中,单击“文档”-“导航”-“书签”(但书签不见了))。

有人曾经将他们的SSRS书签与报表一起导出并使它们正常工作吗?

谢谢。

最佳回答

您必须使用属性中提供的DocumentMapLabel。

这是适用于SSRS 2008 R2的PDF导出文档。

Document Map If there are any document map labels present in the report, a document outline is added to the PDF file. Each document map label appears as an entry in the document outline in the order that it appears in the report. In Acrobat, a target bookmark is added to the document outline only if the page it is on is rendered.

如果只渲染单个页面,则不会添加文档大纲。文档映射按照报告中的嵌套级别进行分层排列。文档大纲可以在Acrobat的书签选项卡下访问。单击文档大纲中的条目会导致文档转到已加书签的位置。

Bookmarks Bookmarks are not supported in PDF rendering.

问题回答

暂无回答




相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签