Showing posts with label globals. Show all posts
Showing posts with label globals. Show all posts

Friday, February 24, 2012

Global Expressions

Is there a list for all of the expressions that belong under the
Globals. Such as:
Globals.ReportName
Globals.TotalPages
.
.
.
Thanks!Go to the expression builder and on the left will be the available globals.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"muris" <rmuris@.hotmail.com> wrote in message
news:1114007813.971350.138600@.g14g2000cwa.googlegroups.com...
> Is there a list for all of the expressions that belong under the
> Globals. Such as:
> Globals.ReportName
> Globals.TotalPages
> .
> .
> .
> Thanks!
>

Global Expressions

I'm using Globals.ExecutionTime to display the date of the report.
I would like to only display the year.
Is there somewhere that I can find help with RS Global Expressions? Or any
help would be groovy.
P.S. I'm a NewbHow about:
= year(Globals.ExecutionTime)
If you want anything fancier, then investigate the format function.
Mike G.
"Nice_Out" <NiceOut@.discussions.microsoft.com> wrote in message
news:0719FDB6-6F67-4896-B349-C82E3EEE98A9@.microsoft.com...
> I'm using Globals.ExecutionTime to display the date of the report.
> I would like to only display the year.
> Is there somewhere that I can find help with RS Global Expressions? Or any
> help would be groovy.
> P.S. I'm a Newb