GetRowColumn
The GetRowColumn function is used to display the result for a particular row and column.
Syntax :
GetRowColumn(Data,Row,Column)
Parameters | Description |
---|---|
data | Required Data to get the result. |
row | Row value by the loop. 0 to N. |
column | Column name for the result set. |
Example :
GetRowColumn(Test.Data, 2, "TestID" )
- If the second row has the data for the column TestID, it will return the value for the Test.Data.
- Test is the name of the subReport and .Data is what we append when specifying that we want to see the Data.