Report.addSavedViewChapter


addSavedViewChapter(chapterName, modelView, [position])

Adds a chapter with a model view in the report

chapterNamestringchapter name
modelViewmodelView The name or ID of a modelView, or a pointer to a SavedView object.
positionoptional integer position where this chapter will be added; if not specified, will be added at the end
Return valueIFReportChapter

Back to Report

Back to Overview