RemoveAllKeyValues - method of the PmaReport object
Description:
Deletes all keywords that has been previously set by the
SetKeyValue method.
Syntax:
Empty RemoveAllKeyValues()
Note:
Deleting the keywords will affect neither the currently loaded report source file, nor the current output report in the object's cache.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oReport = pMe.Pm("/Report");
oReport.RemoveAllKeyValues();
Dim oReport
Set oReport = pMe.Pm("/Report")
oReport.RemoveAllKeyValues