Procedure to repeat table header rows on every page of a report in Dynamics NAV | CloudFronts

Procedure to repeat table header rows on every page of a report in Dynamics NAV

Introduction:

In reports, we always a requirement to display header rows of the table on every page. In this article, I will be explaining the steps to do the same in Dynamics NAV.

Pre-Requisite:

1. Microsoft Dynamics NAV
2. Visual Studio Report design Environment

Procedure:

1. Under layout of your report, click on the arrow under Column groups and then click on Advanced Mode.

2. Now click on (Static) under Row Groups section.

3. Navigate to the properties window of the (Static) under row groups which is displayed on the right. If it is not present, you can open it by navigating to View->Properties Windows or using ‘F4’ button. The properties window will then appear on the right.

4. Now, you need to modify the following properties.

  1. Set ‘FixedDate’ property to ‘True’.
  2. Set ‘KeepWithGroup’ property to ‘After’.
  3. Set ‘RepeatOnNewPage’ property to ‘True’.

Using the above steps, your table header rows will be displayed on every page of your report.

In the above screenshot, my table header row which includes the captions for the column i.e. row containing ‘No’ and ‘Name’ will be displayed on every page of the report.
 


Share Story :

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close