RepeaterModel Class |
Namespace: Dundas.BI.Entities.Views
The RepeaterModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | RepeaterModel |
Initializes a new instance of the RepeaterModel class.
|
Name | Description | |
---|---|---|
![]() | Groups |
Gets the collection of groups 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 this group contains 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 the page loaded actions.
|
![]() | PaperSettings |
Gets or sets the page settings for viewing in paged output mode.
|
![]() | TableOfContentsHeaderTemplate |
Gets or sets the template for the table of contents header.
|
![]() | TableOfContentsProperties |
Gets or sets the properties for the table of contents.
|
![]() | ViewFooterTemplates |
Gets the collection of templates for the static footer displayed after all repeater groups.
|
![]() | ViewHeaderTemplates |
Gets the collection of templates for the static header displayed before all repeater groups.
|
Name | Description | |
---|---|---|
![]() | GetAllGroups |
Gets all groups and their descendants in depth-first traversal order.
|
![]() | GetAllTemplates |
Gets all templates in the repeater model.
|