Pass epiTextBox data from entry form to SSRS report

My colleague has added an epiTextBox to the PO entry form. I am charged with passing it to the SSRS report. Where would I find this data in the Report Style?

@thardister, Please navigate to the below-mentioned path

System Management > Reporting > Report Style.

  1. Open the Report Style form and in the Report ID field enter POForm.
  2. Navigate to Style > Style Detail tab.
  3. Right-click on the Data Definition column and open with Report Data Definition.
  4. Select the Table under Data Sources from the left side tree panel.
  5. Navigate to the Exclusions tab and include the column.

Make sure epiTextBox is binded with db field.

1 Like