ScorecardGroup Class

Represents a group in a scorecard model.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsScorecardGroup

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

The ScorecardGroup type exposes the following members.

Constructors
  NameDescription
Public methodScorecardGroup
Initializes a new instance of the ScorecardGroup class.
Top
Properties
  NameDescription
Public propertyBodyBackgroundPalette
Gets the collection of brushes to apply in sequence as the background for each item.
Public propertyBodyTemplate
Gets or sets the template for the group's repeating items.
Public propertyDescendantGroups
Gets all descendant groups of this group in depth-first traversal order.
Public propertyDescendantGroupsAndSelf
Gets this group and all descendant groups of this group in depth-first traversal order.
Public propertyFooterTemplate
Gets or sets the template for the footer displayed after the group's repeating items.
Public propertyGroupingElements
Gets the collection of elements that are used for grouping.
Public propertyGroupingHierarchies Obsolete.
Gets the hierarchies used for grouping.
Public propertyGroups
Gets the collection of child groups.
Public propertyHeaderTemplate
Gets or sets the template for the header displayed before the group's repeating items.
Public propertyId
Gets or sets the unique identifier for the group.
Public propertyMetricSetBinding
Gets or sets the binding.
Public propertyOrientation
Gets or sets the orientation the items repeat along.
Public propertyParentGroup
Gets or sets the parent group.
Public propertyParentGroups
Gets all the parent groups of this group in top-down order.
Public propertyParentGroupsAndSelf
Gets this group and all the parent groups of this group in top-down order.
Public propertySeparatorLines
Gets the collection of separator lines to draw.
Top
See Also