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 |
DSQL
Starting Member
6 Posts |
Posted - 2008-08-15 : 11:29:24
|
Hi, when we run the reportafter deploy, it opens in web browser and bydefault the title comes with name "Report viewer". How can I change that title to specific report name(when we have multiple report open in diferent tab it's confuging with unique name "report viewer" for all Report)Please let me know if anybody know the ans. I would really appriciate your helpThanks, |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-08-15 : 12:13:57
|
You can put your custom report title in your report header section.Just add a textbox and give required string/expression in header. |
 |
|
DSQL
Starting Member
6 Posts |
Posted - 2008-08-15 : 16:05:46
|
Thanks for the reply,where is the report header in SSRS.. I didn't see anywhere..can you please write down the steps of getting Report headerThanks in Advance,quote: Originally posted by visakh16 You can put your custom report title in your report header section.Just add a textbox and give required string/expression in header.
|
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-08-16 : 01:24:13
|
Just view the rdl in Desugn tab and you will have three sections report header, body and footer. You could also take it from right clicking on body pane and selecting report header. |
 |
|
DSQL
Starting Member
6 Posts |
Posted - 2008-08-21 : 14:37:20
|
quote: Originally posted by visakh16 Just view the rdl in Desugn tab and you will have three sections report header, body and footer. You could also take it from right clicking on body pane and selecting report header.
Thanks for the reply, appriciate but I know those are the page header. I am looking to change title of web browser in which the report is run or open. I tried as you said on page header and within textbox but that display title for that report but not title of browser....let me know if anybody knowsThanks, |
 |
|
|
|
|