hi all ,
i have an issue in a customized report regarding data being displayed in Header Part. Parameter for the report is ProductionId ,for each Production Id report comes with 5 pages and there is one TextBox in header part which display ProductionId .
The issue is that when ever i select multiple ProductionID as parameter , the TextBox in header part displays the first ProductionID in all the Pages of Report but that should not happen .
Please suggest me .
Thanks
*This post is locked for comments
I have the same question (0)That's very natural, in SSRS
you have two options
1) remove report header; Group your report tablix/body with Production Id, now put a page break between each instance of group
OR
2) try to follow the precision design by referencing report parameter to multiple DataSets