SetPostReport function
Syntax
SetPostReport()
Description
Use the SetPostReport function to create a reference to a PostReport object. After you’ve created this object, you can assign values to its properties, then use the Put method to initiate the posting of the files to the Report Repository.
Parameters
None.
Returns
A reference to a PostReport object.
Related Topics