Hoppa till huvudinnehållet

Add row number to report?

Kommentarer

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

Du måste logga in om du vill lämna en kommentar.