在ssrs 2008中,我正在尝试创建一个目录页面,当导出到pdf时,它将链接到相关的子报表。我能够创建一个文档地图,但它只是出现在一边....希望有目录和链接。
THKS 肯
答案 0 :(得分:0)
如果您有多个表/矩阵,那么TOC应将此视为条目
grp1TextBoxTitle
CustomProperties="1 Group Header"
DocumentMapLabel="1 Group Header"
grp2TextBoxTitle
CustomProperties="2 Group Header"
DocumentMapLabel="2 Group Header"
在哪种情况下:
Excel会将DocumentMapLabel属性视为toc链接,并且PDF会将CustomProperties视为toc链接。