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.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 How to add Title Tag in SSRS

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 help

Thanks,

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.
Go to Top of Page

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 header

Thanks 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.

Go to Top of Page

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.
Go to Top of Page

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 knows

Thanks,
Go to Top of Page
   

- Advertisement -