Groups | Blog | Home
all groups > sql server reporting services > december 2005 >

sql server reporting services : How can I tell I'm on a specific page?


The Cornjerker
12/5/2005 3:14:27 PM
I need to make something visible on the third page only.

Is there any way in an expression in the body of the report I can tell
if I'm on the third page?

Thanks,
C
Teo Lachev [MVP]
12/5/2005 9:58:11 PM
Globals!PageNumber but can be used only the header and footer. I believe the
workaround was to have a textbox in the body that references the textbox in
the header (or footer). Another path you can explore is using a global
variable in a VB.NET function which gets set from the page header.

--
HTH,
----------------------------------------------
Teo Lachev, MVP, MCSD, MCT
"Microsoft Reporting Services in Action"
"Applied Microsoft Analysis Services 2005"
Home page and blog: http://www.prologika.com/

-------------------------------------------------
[quoted text, click to view]

AddThis Social Bookmark Button