targetFileName Property
The name of the file to be generated.
Object.targetFileName=string
Remarks
Applies To: XFRX#LISTENER
Examples
m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")]) m.loXFRX.targetFileName="c:\temp\out.pdf" RELE m.loXFRX
The name of the file to be generated.
Object.targetFileName=string
Applies To: XFRX#LISTENER
m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")]) m.loXFRX.targetFileName="c:\temp\out.pdf" RELE m.loXFRX