14.7. Adding a Document Map

A document map is a set of links defined for a report that works much like a table of contents for a book. When you click a link, it will take you to a specific part of the report.

The document map is generated based on the Bookmark property for items and groups in your reports. The Bookmark property accepts static text, expressions, or text with expressions. The resulting text will be displayed in the document map tree.

Let's modify the product catalog report so it includes a document map. Open the report and select the categories group. In the Properties window, select the Bookmark property and open the expression editor. Type ="Category " + Fields.CategoryID, and then close the editor. Now compile the project for ...

Get Pro Telerik ASP.NET and Silverlight Controls: Master Telerik Controls for Advanced ASP.NET and Silverlight Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.