Report name in the Footer?

B

bw

Is there some way to display the Report Name in a footer (without Hard
coding the actual name, of course)?

Thanks,
Bernie
 
M

Marshall Barton

bw said:
Is there some way to display the Report Name in a footer (without Hard
coding the actual name, of course)?


Text box expression:

=Report.Name
 
Top