Skip to main content

Add row number to report?

Comments

1 comment

  • 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.

    1

Please sign in to leave a comment.