Hi,
If i execute SAVE as PDF Control's Save PDF Method - configure
OUTPUT settings - I can drag the Save As PDF control to a data label to get the ID (which works)
However if use the Async Method, dragging the OUTPUT Save As PDF control to a data label results in an empty ID.
Any idea how i get the Output ID from the Async method?
Hi Sharpharp1,
Execute a control's Save PDF Async: This method executes asynchronously. While executing the method, the Key Property's value is not available. After execution of the method, the When [control] is Complete event is raised and the Key Property's value is available. This method is useful when you do not need the Key Property's value or you do not want to lock the browser.
Would that not solve the issue you are experiencing?
-Jean