Naming editable fields on databand in PDF

Stimulsoft Reports.JS discussion
Post Reply
lcfred
Posts: 1
Joined: Mon Jan 15, 2024 12:15 pm

Naming editable fields on databand in PDF

Post by lcfred »

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?
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Naming editable fields on databand in PDF

Post by Lech Kulikowski »

Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.
#13559
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Naming editable fields on databand in PDF

Post by Lech Kulikowski »

Hello,

In the JS version, you can use the following:
StiOptions.Export.Pdf.useEditableFieldName
StiOptions.Export.Pdf.useEditableFieldAlias
StiOptions.Export.Pdf.useEditableFieldTag

Thank you.
Post Reply