reporting services - SSRS, record spans muliple pages, print current record id in footer -


I have a large SSRS report where data (tables and sub-reports) spread multiple pages (2-4) . This report is a printed survey that the user will fill and mail. I would like to add a footer with the record id in the footer, so that when the page is found, users will know which survey / business page goes.

Customers can print many surveys at a time. Surveys are dynamically created and based on business data, the length is based on variable.

Does anyone know how to insert row level data in the SSR report footer?

I will use ReportItems syntax example

= ReportItems! Id.Value


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -