Friday, July 30, 2010

How to display dataset Field value in Page Header of SSRS report?


Put the dataset feild value in any textbox inside the report body ,then in the report header textbox put the expression as
ReportItems!.Value ,where the textbox name should be the textbox you put in the report body having the dataset field value.

No comments: