presenter

Adds a presenter to a column of the Table.

Type

array of inetsoft.report.Presenter

Example

presenter[2] =

newInstance('inetsoft.report.painter.IconCounterPresenter')

Note that the 'newInstance(name)' method is used to create the object instead of the 'new' operator, because otherwise the painter package will confuse the JavaScript class loader.

See Also

Cell Presenter, in Report Design, for general information.

<< setHyperlink(row, col, hyperlink) © 1996-2013 InetSoft Technology Corporation (v11.4) rowPresenter >>