IPrxJsPlugin

Assembly: Report;

Description

The IPrxJsPlugin interface is used to work with a regular report sheet that is created using a JS plugin.

Inheritance Hierarchy

IPrxJsPlugin

Comments

A sheet can be obtained by casting a sheet described by the IPrxSheet interface to the IPrxJsPlugin interface. Casting is available if the IPrxSheet.Type property returns PrxSheetType.JsPlugin.

For details about connecting plugin to a regular report see the Connecting Plugin to Regular Report section.

Properties

  Property name Brief description
PluginId The PluginId property determines an identifier of JS plugin that is used to create a sheet.

See also:

Report Assembly Interfaces