Zum Hauptinhalt gehen

Add row number to report?

Kommentare

1 Kommentar

  • Permanently deleted user

    If your table is being filled by rows from the report's data source, you can use the following expression:

    [DataSource.CurrentRowIndex] + 1

    You would want to select your table cell or label control, open the Expressions panel on the right, and set this for the "Text" expression. If you use the (...) button to open the expression editor, you can find DataSource.CurrentRowIndex mentioned in the "Variables" category.

    2

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.