Naming editable fields on databand in PDF
Posted: Mon Jan 15, 2024 12:20 pm
I have an editable field on a data band in my report which I would like to give a name based on value in the data source. Currently the PDF export with the option 'Editable' results into form data with the fields named automatically as FieldXXX, where is XXX is a unique number. But I can't seem to influence the name.
I see in the .NET version there are several options when exporting to PDF:
- UseEditableFieldAlias
- UseEditableFieldName
- UseEditableFieldTag
But these are not available in the JS version. Is there anyway to influence the field names in the PDF export?
I see in the .NET version there are several options when exporting to PDF:
- UseEditableFieldAlias
- UseEditableFieldName
- UseEditableFieldTag
But these are not available in the JS version. Is there anyway to influence the field names in the PDF export?