rowPresenter
Adds a presenter to a row of the Table.
Type
array of inetsoft.report.Presenter
Example
rowPresenter[0] =
newInstance('inetsoft.report.painter.HeaderPresenter');
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.
| << presenter | © 1996-2013 InetSoft Technology Corporation (v11.5) | size >> |