Aller au contenu principal

Add row number to report?

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.