public void AddLayoutPage( Item layoutItem, string insertSectionName )
Public Sub AddLayoutPage( _ ByVal layoutItem As Item, _ ByVal insertSectionName As String _ )
Parameters
- layoutItem
- The layout item.
- insertSectionName
- The name of the report section that the page will be added after. If null, the page is added to the end of the report. If empty, the page is added to the beginning of the report.