ReportGroupBodyBackgroundPalette Property

Gets the collection of brushes to apply in sequence as the background for each item.

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 IList<Brush> BodyBackgroundPalette { get; }

Property Value

IListBrush
The background brushes to apply to each item.
See Also