I need to print a voucher document, one page/ document per person.
I have defined a data source to retrieve a single record (Select FullName, StudentId from Table where Student ID = '1234567') but when I try to set the value of a text box in 'Edit Expression' there are no Fields in the Field list. When I key in =Fields.FullName, nothing appears in the preview. When I key in [=Fields.FullName] then I see [=Fields.FullName] in the Preview.
What am I missing?
Thank you