=Globals.PageNumber && Of && Globals.TotalPages
Jan 9, 2007
how do i get pagenumber and total pages? when i try to put on the page header i get error:
=Globals.PageNumber & " of " & Globals.TotalPages
error:
[rsPageNumberInBody] The Value expression for the textbox €˜textbox17€™ refers to the global variable PageNumber or TotalPages. These global variables can be used only in the page header and page footer.
Build complete -- 1 errors, 0 warnings
any help please?
View 11 Replies
Dec 12, 2007
Hello All,
We are embedding the ReportFloder and ReportName in the page footer so that we know where each report is located and it's name. Basically i put a textbox in the page footer and in the value of that text box I enter
=Globals!ReportFolder+" "+Globals!ReportName
The Reportfolder doesn't print out but the ReportName does. Any thoughts???
thanks
Set_Shot_Dave
View 10 Replies
View Related
Mar 7, 2005
I have a report generated for all Customers that is grouped by Customer and seperated out before sending out. So I need the Page Numbering to be withing the Customer Group. So Customer A, Page 1 of 4, Customer B Page 1 of 6, Customer C Page 1 of 3. Is this possible ?
View 1 Replies
View Related
Sep 13, 2007
Hi there
The date that is coming out in: Globals.ExecutionTime is american date and we want to change to Australian one.
Check the locale of the server is definitely Australian locale.
Any ideas?
Thanks
View 2 Replies
View Related
Feb 4, 2007
When I try to use (from page header or footer) a parameter or global or a function I wrote, I get the error below. Anyone got any ideas? Other reports within the VS 2005 project don't have this problem. Thanks....
An unexpected error occurred in Report Processing.
Object reference not set to an instance of an object.
View 2 Replies
View Related
Jun 26, 2007
I have a report where I use Globals!ReportName in the header of the report for the report title. In Development and on SSRS stand alone the value for Globals!ReportName is in mixed case and the file extension is omitted. When the report is published to a MOSS server integrated with SSRS the value for Globals!ReportName is all in lower case and the file extension is included.
Is there any reason for this change in behavior and is there a way I can put back the mixed case and omit the file extension?
View 2 Replies
View Related
Dec 21, 2006
I'm trying to make a reusable header function. In it, there is the report name and a couple other bits of info. The problem is making RS use the real report name
If I return "Globals!ReportName" in an assembly function, then call that function, I get that exact text - but what I really want is the report name. I understand what it's doing, but how to I trick it:
Is there some way to make RS aware of the fact that this is meant to be seen as something it needs to evaluate rather than just displaying the actual text?
View 4 Replies
View Related
Mar 25, 2008
I want to display a header group in a table but only in the first page.
I saw the option Repeat group header in the group properties but if I don't check that option the space of the header disapear.
I want to show the header in the first page and a blank space in the rest of page.
Thanks
View 12 Replies
View Related
Sep 14, 2007
can i use 'page number' and 'total pages' outside the page header and page footer?
View 1 Replies
View Related