Hi,
I am currently trying to put a template together for the report wizard. I am wondering if there's a way to access a blocks value properties from where the Report Wizard was initially called from.
As of right now to access the initial block in which I selected to generate a report from, I have to do a roundabout and use the $Diagram instance to access the first diagram, grab the property value owner, to finally get the initial calling block information.
Is there a more direct way to do this?
Thanks.