RepeaterModel Class

Represents the model for a repeating view.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsRepeaterModel

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class RepeaterModel

The RepeaterModel type exposes the following members.

Constructors
 NameDescription
Public methodRepeaterModel Initializes a new instance of the RepeaterModel class.
Top
Properties
 NameDescription
Public propertyGroups Gets the collection of groups in the repeater.
Public propertyIsPageFooterHiddenOnFirstPage Gets or sets a value indicating whether the page footer is hidden on the first page.
Public propertyIsPageHeaderHiddenOnFirstPage Gets or sets a value indicating whether the page header is hidden on the first page.
Public propertyIsParameterSelectionRequiredBeforeLoad Gets or sets a value indicating whether parameters must selected before any content is generated.
Public propertyNoDataTemplate Gets or sets the template shown when this group contains no data.
Public propertyPageFooterTemplate Gets or sets the template for the page footer displayed at the end of each page.
Public propertyPageHeaderTemplate Gets or sets the template for the page header displayed at the start of each page.
Public propertyPageReadyActions Gets the page loaded actions.
Public propertyPaperSettings Gets or sets the page settings for viewing in paged output mode.
Public propertyTableOfContentsHeaderTemplate Gets or sets the template for the table of contents header.
Public propertyTableOfContentsProperties Gets or sets the properties for the table of contents.
Public propertyViewFooterTemplates Gets the collection of templates for the static footer displayed after all repeater groups.
Public propertyViewHeaderTemplates Gets the collection of templates for the static header displayed before all repeater groups.
Top
Methods
 NameDescription
Public methodGetAllGroups Gets all groups and their descendants in depth-first traversal order.
Public methodGetAllTemplates Gets all templates in the repeater model.
Top
See Also