Getting row number in RDLC report
-
I'm writing an RDLC report and want to display the row number in my table. Does anyone know the expression for this? I can't find anything related to this in the expression editor. Thanks! Roger.
The systax is =RowNumber(Scope as String); Scope as String is the "name of a dataset, grouping, or data region that contains the report items to which to apply the aggregate". per msdn2 So if you have a table in your report named table2 the sytax would be... =RowNumber("table2") Hope this helps let me know if you need anything else.
-
The systax is =RowNumber(Scope as String); Scope as String is the "name of a dataset, grouping, or data region that contains the report items to which to apply the aggregate". per msdn2 So if you have a table in your report named table2 the sytax would be... =RowNumber("table2") Hope this helps let me know if you need anything else.
-
The systax is =RowNumber(Scope as String); Scope as String is the "name of a dataset, grouping, or data region that contains the report items to which to apply the aggregate". per msdn2 So if you have a table in your report named table2 the sytax would be... =RowNumber("table2") Hope this helps let me know if you need anything else.
how can i adjust the group footer of the table based on the data row. here i want to set footerrow on specific area in my ile i want to put it on 3.0in