Globals.ExecutionTime
Sep 13, 2007Hi 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
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
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?
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
Hi,
I created a report subscription windows form to talk to SSRS 2000 web services API. Everything is fine except the email subject '@ReportName was executed at @ExecutionTime' is always in American Date format.
Is there a way to customize the date format on the variable @ExecutionTime on the email subject?
Any help would be appriciated.
Thanks,
A
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.
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?
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?