My reports are linked to a masterpage in a library file. I want the masterpage to display the report name, but the report name will be different for each report. How can the report communicate the report name to the library's masterpage?
|
feedback
|
|
Use resource files. Here's how:
| |||
|
feedback
|
|
Use global constants. Here's how:
This is a bit easier than using resources file - but with the resources file you get the ability to display a different report name to users depending on their language. | |||
|
feedback
|