RepeaterGroup Class

A group in a repeating view such as a report, scorecard, or small multiple.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsRepeaterGroup

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public sealed class RepeaterGroup

The RepeaterGroup type exposes the following members.

Constructors
  NameDescription
Public methodRepeaterGroup
Initializes a new instance of the RepeaterGroup class.
Top
Properties
  NameDescription
Public propertyBodyBackgroundPalette
Gets the collection of brushes to apply in sequence as the background for each item.
Public propertyBodyBackgroundPaletteType
Gets or sets the method used to apply the body background palette.
Public propertyBodyTemplates
Gets the collection of templates used to display each item from this group.
Public propertyBottomLeftCornerTemplates
Gets the collection of templates for content shown in the bottom-left corner.
Public propertyBottomRightCornerTemplates
Gets the collection of templates for content shown in the bottom-right corner.
Public propertyColumnFooterTemplates
Gets the collection of templates for content shown after each column of group items.
Public propertyColumnGroupingHierarchies
Gets the collection of grouping hierarchies that define how column grouping items are created.
Public propertyColumnHeaderTemplates
Gets the collection of templates for content shown before each column of group items.
Public propertyColumnSeparatorLines
Gets the collection of separator lines to draw between columns.
Public propertyFriendlyName
Gets or sets the friendly name for this group which is the name shown to the end user.
Public propertyGroupingElements
Gets the collection of grouping elements that define how items are created.
Public propertyGroupingHierarchies
Gets the collection of grouping hierarchies that define how grouping items are created.
Public propertyGroups
Gets the collection of child groups.
Public propertyId
Gets or sets the unique identifier of the group.
Public propertyIsCollapsedOnColumns
Gets or sets a value indicating whether this group's columns are not initially shown.
Public propertyIsCollapsedOnRows
Gets or sets a value indicating whether this group's rows are not initially shown.
Public propertyIsColumnHeaderShownOnNewPages
Gets or sets a value indicating whether the group's column headers are shown again when the group's content continues on a new page.
Public propertyIsGroupShownOnOnePage
Gets or sets a value indicating whether the group is shown entirely within the same page, starting on a new page if necessary. This setting has no effect if the group is larger than one page.
Public propertyIsHidden
Gets or sets a value indicating whether the group is hidden.
Public propertyIsPageBreakBetweenItems
Gets or sets a value indicating whether each row of items is shown on its own page.
Public propertyMetricSetBinding
Gets or sets the metric set binding that provides data to generate group items.
Public propertyName
Gets or sets the name for this group to be used in script.
Public propertyNoDataTemplate
Gets or sets the template shown when this group contains no data.
Public propertyParent
Gets or sets the parent group that contains this group.
Public propertyRowFooterTemplates
Gets the collection of templates for content shown after each row of group items.
Public propertyRowGroupingHierarchies
Gets the collection of grouping hierarchies that define how row grouping items are created.
Public propertyRowHeaderTemplates
Gets the collection of templates for content shown before each row of group items.
Public propertyRowSeparatorLines
Gets the collection of separator lines to draw between rows.
Public propertyTopLeftCornerTemplates
Gets the collection of templates for content shown in the top-left corner.
Public propertyTopRightCornerTemplates
Gets the collection of templates for content shown in the top-right corner.
Public propertyWrappingLimit
Gets or sets the number of times to display the body before wrapping. If set to this is automatically determined.
Top
Methods
  NameDescription
Public methodGetTemplates
Gets all the templates in the group.
Top
See Also