refresh (args);
args. Parameter of report text sheet update, one of the following elements of the PP.Prx.Property enumeration:
Recalc. Full report update (default).
ControlValue. Update control values.
DimSelection. Update dimensions selection.
ActiveSheet. Update active sheet.
The refresh method fully or partially refreshes text sheet in regular reports.
The PrxDocument.MetadataChanged event is fired on calling the method. Arguments of this event contain value of the specified args parameter.
The example of method use is given in description of the PrxDocument.MetadataChanged event.
See also: