Name | Description | |
---|---|---|
init |
Name | Description | |
---|---|---|
groups | Gets or sets the collection of group definitions in the repeater. | |
isPageFooterHiddenOnFirstPage | Gets or sets a value indicating whether the page footer is hidden on the first page. | |
isPageHeaderHiddenOnFirstPage | Gets or sets a value indicating whether the page header is hidden on the first page. | |
isParameterSelectionRequiredBeforeLoad | Gets or sets a value indicating whether parameters must selected before any content is generated. | |
noDataTemplate | Gets or sets the template shown when all groups contain no data. | |
pageFooterTemplate | Gets or sets the template for the page footer displayed at the end of each page. | |
pageHeaderTemplate | Gets or sets the template for the page header displayed at the start of each page. | |
pageReadyActions | Gets or sets the page ready actions on this repeater. | |
paperSettings | Gets or sets the page settings when viewing in paged output mode. | |
tableOfContentsHeaderTemplate | Gets or sets the template for the table of contents header. | |
tableOfContentsProperties | Gets or sets the table of contents properties. | |
viewFooterTemplates | Gets or sets the template for the static footer displayed after all repeater groups. | |
viewHeaderTemplates | Gets or sets the template for the static header displayed before all repeater groups. |
Name | Description | |
---|---|---|
addGroup | Adds a group to the model. | |
addGroups | Adds groups to the model. | |
addViewFooterTemplate | Adds a view footer template to the model. | |
addViewFooterTemplates | Adds view footer templates to the model. | |
addViewHeaderTemplate | Adds a view header template to the model. | |
addViewHeaderTemplates | Adds view header templates to the model. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
getAllGroups | Gets the groups array as a flat list with all nested groups. The groups are returned in depth-first traversal order. | |
getAllTemplates | Gets all templates in the repeater model. | |
removeGroup | Removes a group from the model. | |
removeGroupsAt | Removes groups starting at the specified index from the model. | |
removeViewFooterTemplate | Removes a view footer template from the model. | |
removeViewFooterTemplatesAt | Removes view footer templates starting at the specified index from the model. | |
removeViewHeaderTemplate | Removes a view header template from the model. | |
removeViewHeaderTemplatesAt | Removes view header templates starting at the specified index from the model. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |