"RDLC" 如何设置动态 Header
"RDLC" How to set a Dynamic Header
这是我的要求,我需要一个页面 header,每个页面可能会有所不同。
这里有一些例子:
The first page of the report, it seems normal on first record
However when it comes to second record, the page header won't change
这是我试过的rdlc中的表达式
- ="Staff No: " + ReportItems!STAFF_NO2.Value
(table 字段中包含 staff_no 值的 ID)
- ="Staff No: " + 字段!STAFF_NO.Value
- ="Staff No: " + 第一(字段!STAFF_NO.Value)
不幸的是,它仍然无法正常工作
任何天才可以吗? :(
我问过微软,他们的回答是"RDLC Has a limitation dynamic page header is not support while exported to word "
希望微软会修复它 哈哈
这是我的要求,我需要一个页面 header,每个页面可能会有所不同。
这里有一些例子:
The first page of the report, it seems normal on first record
However when it comes to second record, the page header won't change
这是我试过的rdlc中的表达式
- ="Staff No: " + ReportItems!STAFF_NO2.Value
(table 字段中包含 staff_no 值的 ID) - ="Staff No: " + 字段!STAFF_NO.Value
- ="Staff No: " + 第一(字段!STAFF_NO.Value)
不幸的是,它仍然无法正常工作 任何天才可以吗? :(
我问过微软,他们的回答是"RDLC Has a limitation dynamic page header is not support while exported to word " 希望微软会修复它 哈哈