PrxDocument.refresh

Syntax

refresh (args);

Parameters

args. Parameter of report text sheet update, one of the following elements of the PP.Prx.Property enumeration:

Description

The refresh method fully or partially refreshes text sheet in regular reports.

Comments

The PrxDocument.MetadataChanged event is fired on calling the method. Arguments of this event contain value of the specified args parameter.

Example

The example of method use is given in description of the PrxDocument.MetadataChanged event.

See also:

PrxDocument