Jim,

DataFlex Reports does not have a special field for its license information.

You could of course make use of parameter fields and/or a function and pass data via integration.

In that case it would be:
Code:
return 'Regname:' * {?RegistrationName} * CStr({?SerialNumber}
The two parameters are named RegistrationName and SerialNumber