“RDLC”如何设置动态标头

时间:2016-07-02 04:44:59

标签: c# rdlc

这是我的要求,我需要一个页面标题,每个页面可能会有所不同。
这是一些例子:
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中的表达,我试过了

  • =“员工编号:”+ ReportItems!STAFF_NO2.Value
    (表字段中包含staff_no值的id)
  • =“员工编号:”+字段!STAFF_NO.Value
  • =“员工编号:”+第一名(字段!STAFF_NO.Value)

不幸的是,它仍然无效 任何天才都可以吗? :(

1 个答案:

答案 0 :(得分:1)

我问微软,他们的反应是" RDLC有一个限制动态页面标题不支持导出到word" 希望微软能解决它lol