RepeaterModel Properties

The RepeaterModel type exposes the following members.

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 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 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
See Also