Showing posts with label knows. Show all posts
Showing posts with label knows. Show all posts

Wednesday, March 21, 2012

Name of report in head dynamically

Hi everybody,
does anybody knows if it is possible to create a report where the name
changes. I want to dynamically add a subtitle with data from a database.
E.g. (Static: Adress List, Dynamic: of Town XY). Apparently it is not
possible to insert fields from a dataset in the head of a report, so what
would be a good workaraound?
Thx for your support.
Regards
MichaelMichael,
Place a textbox in the body of the report. For the value of the
textbox, put the data from your DB, (ie
=First(Field!NameOfField.Value)).
Once this textbox has the data you want to display, refer to the
textbox in the header (ie =ReportItems!NameOfTextboxWithDataIWanttoDisplay.Value).