Uses of Class
com.stimulsoft.report.crossTab.StiCrossTab

Packages that use StiCrossTab
com.stimulsoft.report.crossTab   
com.stimulsoft.report.crossTab.core   
com.stimulsoft.report.engine.engineV2.builders   
com.stimulsoft.webdesigner.helper   
 

Uses of StiCrossTab in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiCrossTab
static void StiCrossTabHelper.BuildCross(StiCrossTab masterCrossTab, boolean designTime)
           
static DataTable StiCrossTabHelper.BuildCrossForCrossTabDataSource(StiCrossTab masterCrossTab, boolean designTime)
           
static int StiCrossTabHelper.checkMergedRowCells(StiCrossTab masterCrossTab, int startRow, int endRow, int startCol, int endCol)
           
static void StiCrossTabHelper.CreateCross(StiCrossTab masterCrossTab)
           
static DataTable StiCrossTabHelper.CreateCrossForCrossTabDataSource(StiCrossTab masterCrossTab)
           
static StiRectangle StiCrossTabHelper.GetCellRect(StiCrossTab masterCrossTab, int colIndex, int rowIndex)
           
static StiRectangle StiCrossTabHelper.GetCellRect(StiCrossTab masterCrossTab, int colIndex, int rowIndex, int state, int colRow, int sumColumn, int sumHeaders)
           
static StiSize StiCrossTabHelper.GetCellsRect(StiCrossTab masterCrossTab, int startCol, int startRow, int endCol, int endRow)
           
static int StiCrossTabHelper.GetEndCol(StiCrossTab masterCrossTab, int startCol, StiRectangle rect)
           
static int StiCrossTabHelper.GetEndRow(StiCrossTab masterCrossTab, int startRow, StiRectangle rect)
           
static boolean StiCrossTabHelper.IsColFieldsEmpty(StiCrossTab masterCrossTab)
           
static boolean StiCrossTabHelper.IsRowFieldsEmpty(StiCrossTab masterCrossTab)
           
static void StiCrossTabHelper.MakeRightToLeft(StiCrossTab masterCrossTab)
           
static void StiCrossTabHelper.RenderCells(StiCrossTab masterCrossTab, StiContainer outContainer, int startCol, int startRow, int endCol, int endRow, StiRectangle rect)
           
 

Uses of StiCrossTab in com.stimulsoft.report.crossTab.core
 

Fields in com.stimulsoft.report.crossTab.core declared as StiCrossTab
 StiCrossTab StiCross.crossTab
           
 

Uses of StiCrossTab in com.stimulsoft.report.engine.engineV2.builders
 

Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiCrossTab
static void StiCrossTabV2Builder.MakeHorAlignment(StiCrossTab masterCrossTab, StiContainer outContainer, int startIndex, double parentWidth)
           
 StiComponent StiCrossTabV2Builder.RenderCrossTab(StiCrossTabParams pars, StiCrossTab masterCrossTab)
           
 StiComponent StiCrossTabV2Builder.RenderCrossTabOnDataBand(StiCrossTabParams pars, StiCrossTab masterCrossTab, StiContainer renderedComponent)
           
 

Uses of StiCrossTab in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiCrossTab
static java.util.HashMap<java.lang.String,java.lang.Object> StiReportEdit.getCrossTabFieldsProperties(StiCrossTab crossTab)
           
 

Constructors in com.stimulsoft.webdesigner.helper with parameters of type StiCrossTab
StiCrossTabHelper(StiCrossTab crossTab)