=Globals!ReportFolder+ +Globals!ReportName
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
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
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
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
Sep 16, 2015
I need to grab the value of the ReportFolder built-in global filed to a particular report on Report Manager, i.e., the full path to a particular report, when the user runs/executes the particular report, SSRS. Once I get this I need to process the path and get the Parent folder to the report and pass that to a stored procedure to do some business logic.
View 0 Replies
View Related
May 14, 2007
Hi
Im trying to load a report using
Reportexecutionservice
like this
Reportexecutionservice.ExecutionInfo exinfo=res.LoadReport(reportname, null);
rptname consists of report which is present @ my server.How to give reportname inorder to load a report .im using reportingservice2005
plz do help me.
error im getting Unable to indentify the report.Plz tell what is path i should given in order to acces th report..
View 5 Replies
View Related
Apr 19, 2007
Good day,
Is there any way one can pass a paramter to the subreport reportname box? I want to open a specific report based on selection criteria in the main report but cannot seem to find a way to pass a variable to the reportname of the subreport.
Please can someone help me?
Thanks in advance
View 10 Replies
View Related