Report Page Name
-
- Posts: 42
- Joined: Thu May 05, 2011 7:12 pm
Report Page Name
How can I use a variable for the report page names? I would like to display a different name of a page when I drill down.
Report Page Name
Hello,
In this case, you can use additional code in the events.
Please see the sample report in attachment.
Thank you.
In this case, you can use additional code in the events.
Please see the sample report in attachment.
Thank you.
- Attachments
-
- 1069.SampleReport.mrt
- (3.5 KiB) Downloaded 368 times
-
- Posts: 42
- Joined: Thu May 05, 2011 7:12 pm
Report Page Name
This not exactly what I was looking for.
I would like to set the page name to a variable. Please see attached images.
I would like to set the page name to a variable. Please see attached images.
- Attachments
-
- 1104.6-23-2011 4-53-05 PM.jpg (22.2 KiB) Viewed 1498 times
-
- 1103.6-23-2011 4-51-52 PM.jpg (33.74 KiB) Viewed 1500 times
Report Page Name
Hello,
Please try to use the following code in the GetTag event of the Page3:
Thank you.
Please try to use the following code in the GetTag event of the Page3:
Code: Select all
(sender as StiPage).Alias = (string)this["parameter1"];