IPrxVisualizer

Assembly: Report;

Description

The IPrxVisualizer interface is used to work with a visualizer in a regular report.

Inheritance Hierarchy

          IPrxVisualizer

Comments

To get object of this type:

  1. Create an object for active express report by means of the ITabObjects.Add method.

  2. Cast object of the ITabObject type to IPrxVisualizer.

Properties

  Property name Brief description
EaxVisualizer The EaxVisualizer property determines a type of visualizer in a regular report.

Methods

  Method name Brief description
Update The Update method determines whether visualizer is rerendered.

See also:

Report Assembly Interfaces