Hi,
I have a ReportViewer in WPF where I display a Report Book with Bookmarks.
I have set DocumentMapVisible="False" but still the ReportViewer srtarts with visible DocumentMap.
Do I have to set another value?
Because I set the Report Source programmatically I have also tried to set the DocumentMapVisible to false there again but it changes nothing.