The ReportDefaults function will copy a value from a range to another range when triggered upon a designated event.
This function can be used to restore default values to a report after a desired action. For example, the values in the parameters section can be cleared after a clear event or set to a particular value. It can also be used to set initial parameters before a report is ran.
A clear event or run event (defined in OnPullSaveOrBoth) will trigger this function being ran.
TransferPairs
PairGroup(Pair("",C12,FALSE))
Will copy a blank value to C12.
Trigger Combination List
The execution of this function is determined by a combination of an Interject action and an Interject event. An action is a pull or save action whereas an event is a clear or run event. The values in the OnPullSaveOrBoth and OnClearRunOrBoth arguments will determine what actions/events trigger the function's execution.