ScorecardGroupSeparatorLines Property

Gets the collection of separator lines to draw.

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 IList<SeparatorLine> SeparatorLines { get; }

Property Value

Type: IListSeparatorLine
The separator lines.
See Also