Uses of Class
VKRep.TReportHorizontal

Uses of TReportHorizontal in VKRep
 

Subclasses of TReportHorizontal in VKRep
 class TXLS4ReportHorizontal
          Title: Description: Main class for all horizontal XLS4 based reports.
 

Fields in VKRep declared as TReportHorizontal
protected  TReportHorizontal TVKRptContainerCrossTab.rptObjH
          The object of main horizontal report generator.
protected  TReportHorizontal TVKRptContainerHorizontal.rptObj
          The object of main report generator.
 

Methods in VKRep that return TReportHorizontal
 TReportHorizontal TVKRptContainerCrossTab.getRptObjH()
          The read property method of rptObj variable.
 TReportHorizontal TVKRptContainerHorizontal.getRptObj()
          The read property method of rptObj variable.
 

Methods in VKRep with parameters of type TReportHorizontal
 void TVKRptContainerCrossTab.setRptObjH(TReportHorizontal value)
          The write property method of rptObj variable.
 void TVKRptContainerHorizontal.setRptObj(TReportHorizontal value)
          The write property method of rptObj variable.