Add a Cross-Reference

This tutorial demonstrates how to add a cross-reference to your report. A cross-reference is a link that targets a location within the same document, allowing for easy navigation.

In this example, we’ll place a link at the bottom of each group that leads to the beginning of the report.

Steps to Add a Cross-Reference

1. Add a Target Label to the Top

  • Drop a Label into the ReportHeader band.
  • Set its text (e.g., “Service Call Overview by Caller”).
  • In the Property Grid, set its Name property to: reportTop.

This label acts as the destination for your internal link.

The label with the reportTop name

4. Preview the Result

Switch to the Preview Tab or HTML View Tab to test the navigation.
Clicking Top of Report in the footer of each group will scroll back to the top label.

The now clickable footer label
Back to top