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

Packages that use StiExcelSheetExpression
com.stimulsoft.report.components   
com.stimulsoft.report.dialogs   
 

Uses of StiExcelSheetExpression in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiExcelSheetExpression
 StiExcelSheetExpression StiPage.getExcelSheet()
          Gets or sets an expression used for generation name of excel sheet.
 

Methods in com.stimulsoft.report.components with parameters of type StiExcelSheetExpression
 void StiPage.setExcelSheet(StiExcelSheetExpression value)
           
 

Uses of StiExcelSheetExpression in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiExcelSheetExpression
 StiExcelSheetExpression StiForm.getExcelSheet()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiExcelSheetExpression
 void StiForm.setExcelSheet(StiExcelSheetExpression value)