开发者

SSRS Code export

开发者 https://www.devze.com 2022-12-20 20:33 出处:网络
I have an Item in the Header in SSRS 2005. It is filled based on code that returns a value based on a report item in the body. When 开发者_如何学Cviewing on screen it shows correctly. When printing or

I have an Item in the Header in SSRS 2005. It is filled based on code that returns a value based on a report item in the body. When 开发者_如何学Cviewing on screen it shows correctly. When printing or exporting, it does not show up.

The code takes a string then depending on the value returns a string.


One thing you can check, is to make sure the Property "PrintOnFirstPage" is set to TRUE. You can verify this, but selecting the HEADER, and going to it's properties. Alternatively, you can also go to the Report Properties, and there is a checkbox there labelled Print Header on First Page.

0

精彩评论

暂无评论...
验证码 换一张
取 消