Uses of Interface
com.stimulsoft.report.components.interfaces.IStiOddEvenStyles

Packages that use IStiOddEvenStyles
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.crossBands   
com.stimulsoft.report.components.table   
com.stimulsoft.report.engine   
 

Uses of IStiOddEvenStyles in com.stimulsoft.report.components.bands
 

Classes in com.stimulsoft.report.components.bands that implement IStiOddEvenStyles
 class StiDataBand
           
 class StiEmptyBand
          Desribes the class that realizes the band - Empty Band.
 class StiHierarchicalBand
          Describes the class that realizes a Hierarchical Band.
 class StiTableOfContents
          Copyright Stimulsoft
 

Uses of IStiOddEvenStyles in com.stimulsoft.report.components.crossBands
 

Classes in com.stimulsoft.report.components.crossBands that implement IStiOddEvenStyles
 class StiCrossDataBand
          Class describes Cross Data Band.
 

Uses of IStiOddEvenStyles in com.stimulsoft.report.components.table
 

Classes in com.stimulsoft.report.components.table that implement IStiOddEvenStyles
 class StiTable
           
 

Uses of IStiOddEvenStyles in com.stimulsoft.report.engine
 

Methods in com.stimulsoft.report.engine with parameters of type IStiOddEvenStyles
static void StiOddEvenStylesHelper.ApplyOddEvenStyles(StiReport report, IStiOddEvenStyles styles, StiContainer cont, StiBand band)
          Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.