all groups > sql server reporting services > december 2004 >
You're in the

sql server reporting services

group:

how to get rid of document map in reports


how to get rid of document map in reports ALI-R
12/9/2004 5:13:14 PM
sql server reporting services:
there is a tree on the left hand side of my report ,which I don't want it to
be there ,how can I hide that document map??? is there a special paramter or
somehting that I have to pass?

thanks for yuor help.
ALI

Re: how to get rid of document map in reports Robert Bruckner [MSFT]
12/9/2004 5:27:14 PM
Data regions (matrix, table, list, etc.), groupings (except chart groups
where Labels have a different meaning), and textboxes have a property called
Label. If the Label property is set on any of these and the expression
returns a value != null, the document map will show up.

You can open an RDL file in a XML editor, report designer code view, or
notepad and just search for <Label> elements and remove them if you don't
want them. However, make sure to *not* remove <Label> elements on report
parameters or on chart groupings (because these are the labels shown inside
the chart).

--
This posting is provided "AS IS" with no warranties, and confers no rights.



[quoted text, click to view]

Re: how to get rid of document map in reports ALI-R
12/10/2004 11:04:20 AM
thanks for the information.now it is working
[quoted text, click to view]

AddThis Social Bookmark Button