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 |
harlingtonthewizard
Constraint Violating Yak Guru
352 Posts |
Posted - 2008-10-10 : 08:01:09
|
I once saw an image of Report Manager that showed a block of text next to each report name describing the report. How is this information added? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-10 : 08:35:33
|
thats set in report manager in a field called description for each report. |
 |
|
harlingtonthewizard
Constraint Violating Yak Guru
352 Posts |
Posted - 2008-10-10 : 09:54:41
|
OK but that's after the report has been deployed. Can it be added in VS2005 when developing the report so when deployed to the customer this description/help info is present? |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-10 : 10:07:55
|
quote: Originally posted by harlingtonthewizard OK but that's after the report has been deployed. Can it be added in VS2005 when developing the report so when deployed to the customer this description/help info is present?
we use to add a textbox to report header and add the description these in design view so as make this available as a strapline for user. |
 |
|
harlingtonthewizard
Constraint Violating Yak Guru
352 Posts |
Posted - 2008-10-10 : 10:13:39
|
I found it under Report > Report Properties > Description in VS2005. This does display the description in Report Manager. The report I saw had fancy boarders around the text to section it in Report Manager? |
 |
|
|
|
|