StiOddEvenStylesHelper Class

Namespace: Stimulsoft.Report.Engine

Methods

Method Returns Description
ApplyOddEvenStyles static StiBaseStyle Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.

Method Details

ApplyOddEvenStyles static

ApplyOddEvenStyles(report: StiReport, styles: IStiOddEvenStyles, cont: StiContainer): StiBaseStyle

Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.

Parameters

  • report (StiReport) — The report.
  • styles (IStiOddEvenStyles) — A band that realizes the IStiOddEvenStyles interface that formed the specified container.
  • cont (StiContainer) — A container formed of the specified band.

Returns StiBaseStyle