Showing posts with label map. Show all posts
Showing posts with label map. Show all posts

Monday, March 12, 2012

how to get rid of document map in reports

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.
ALIData 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.
"ALI-R" <newbie@.microsoft.com> wrote in message
news:%23IuNuXl3EHA.3504@.TK2MSFTNGP12.phx.gbl...
> 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
>|||thanks for the information.now it is working
"Robert Bruckner [MSFT]" <robruc@.online.microsoft.com> wrote in message
news:u$bxhdl3EHA.3504@.TK2MSFTNGP12.phx.gbl...
> 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.
>
> "ALI-R" <newbie@.microsoft.com> wrote in message
> news:%23IuNuXl3EHA.3504@.TK2MSFTNGP12.phx.gbl...
> > 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
> >
> >
>