public void AddLayoutPage( Item layoutItem, int insertIndex )
Public Overloads Sub AddLayoutPage( _ ByVal layoutItem As Item, _ ByVal insertIndex As Integer _ )
Parameters
- layoutItem
- The layout item.
- insertIndex
- Position to add layout page. If -1, the layout page is added to the end of the report. If 0, the layout page is added to the beginning of the report.