Uses of Class
VKRep.TReportVertical

Uses of TReportVertical in VKRep
 

Subclasses of TReportVertical in VKRep
 class TWordReport
          Title: Reporter to RTF, HTML, TXT.
 class TXLS4ReportVertical
          Title: Description: Main class for all vertical XLS4 based reports.
 

Fields in VKRep declared as TReportVertical
protected  TReportVertical TVKRptContainerCrossTab.rptObjV
          The object of main vertical report generator.
protected  TReportVertical TVKRptContainerVertical.rptObj
          The object of main report generator.
 

Methods in VKRep that return TReportVertical
 TReportVertical TVKRptContainerCrossTab.getRptObjV()
          The read property method of rptObjV variable.
 TReportVertical TVKRptContainerVertical.getRptObj()
          The read property method of rptObj variable.
 

Methods in VKRep with parameters of type TReportVertical
 void TVKRptContainerCrossTab.setRptObjV(TReportVertical value)
          The write property method of rptObj variable.
 void TVKRptContainerVertical.setRptObj(TReportVertical value)
          The write property method of rptObj variable.