Uses of Class
com.stimulsoft.report.expressions.StiCollapsedExpression

Packages that use StiCollapsedExpression
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
 

Uses of StiCollapsedExpression in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiCollapsedExpression
 StiCollapsedExpression StiBandInteraction.getCollapsed()
          Gets or sets the boolean expression which indicates whether a group, when rendering, should be collapsed or not.
 

Methods in com.stimulsoft.report.components with parameters of type StiCollapsedExpression
 void StiBandInteraction.setCollapsed(StiCollapsedExpression value)
           
 

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

Methods in com.stimulsoft.report.components.bands that return StiCollapsedExpression
 StiCollapsedExpression StiGroupHeaderBand.getCollapsed()
          Gets or sets an expression to fill a collapsed value.
 StiCollapsedExpression StiDataBand.getCollapsed()
          Gets or sets an expression to fill a collapsed value.
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiCollapsedExpression
 void StiGroupHeaderBand.setCollapsed(StiCollapsedExpression value)
           
 void StiDataBand.setCollapsed(StiCollapsedExpression value)