Report Page Name

Stimulsoft Reports.WEB discussion
Post Reply
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Report Page Name

Post by kris@bplogix.com »

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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Report Page Name

Post by Alex K. »

Hello,

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
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Report Page Name

Post by kris@bplogix.com »

This not exactly what I was looking for.

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
1104.6-23-2011 4-53-05 PM.jpg (22.2 KiB) Viewed 1499 times
1103.6-23-2011 4-51-52 PM.jpg
1103.6-23-2011 4-51-52 PM.jpg (33.74 KiB) Viewed 1501 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Report Page Name

Post by Ivan »

Hello,

Please try to use the following code in the GetTag event of the Page3:

Code: Select all

(sender as StiPage).Alias = (string)this["parameter1"];
Thank you.
Post Reply