Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Chinni
Yak Posting Veteran
95 Posts |
Posted - 2008-04-25 : 10:45:11
|
HiI am new to SSRSI would like to place time /date in page headerI have like '="Report Time: " & Globals!ExecutionTime'and also page title How can i do thatThanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-04-25 : 11:29:46
|
You can place a textbox in your header and put the expression inside it. |
 |
|
Chinni
Yak Posting Veteran
95 Posts |
Posted - 2008-04-25 : 12:16:14
|
I am sorry to ask this......how to place a text box in header..........i tried using setup Parameters by using the Report Menu in the Layout tab for displaying time and date but i could not display text there................ |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-04-25 : 12:45:35
|
Nope. just drag and drop a textbox from toolbar on left side to any where in report header in layout tab. Then double click on textbox to open it and write expression inside it. View the report in preview mode and you should see datetime displayed. |
 |
|
Chinni
Yak Posting Veteran
95 Posts |
Posted - 2008-04-25 : 14:40:23
|
thanku.... |
 |
|
Chinni
Yak Posting Veteran
95 Posts |
Posted - 2008-04-25 : 14:43:26
|
If i would like to add a valued column like i need to display username where username is the input parameter.......how can we input the name and display in the report as different user may generate the report each time,...I tried like create a parameter report ->report parameter ->nonquaried -> username/value.....but i would like to input username every time they generate |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-04-26 : 02:30:27
|
Just add a parameter through paramter tab without giving any value in values/default values tab and allow null value blank value not checked. And on preview mode you will provided with an input box through which you can enter value and render report. |
 |
|
|
|
|