Uses of Class
VKRep.VKRepEvent

Uses of VKRepEvent in VKRep
 

Fields in VKRep declared as VKRepEvent
protected  VKRepEvent TReportAbstract.rptEvent
          This is Event object that pass to all Event handlers.
 

Methods in VKRep with parameters of type VKRepEvent
protected  void TReportAbstract.fireStartReport(VKRepEvent e)
          Start report event.
 void TReportAbstract.doStartReport(VKRepEvent e)
          This public method only invoke TReportAbstract.fireStartReport(VKRepEvent e).
protected  void TReportAbstract.fireEndReport(VKRepEvent e)
          End report event.
 void TReportAbstract.doEndReport(VKRepEvent e)
          This public method only invoke TReportAbstract.fireEndReport(VKRepEvent e).
protected  void TReportAbstract.fireReportError(VKRepEvent e)
          Report error event.
 void TReportAbstract.doReportError(VKRepEvent e)
          This public method only invoke TReportAbstract.fireReportError(VKRepEvent e).
protected  void TReportAbstract.fireMoveTop(VKRepEvent e)
          Move top data source for report event.
 void TReportAbstract.doMoveTop(VKRepEvent e)
          This public method only invoke TReportAbstract.fireMoveTop(VKRepEvent e).
protected  void TReportAbstract.fireMoveNext(VKRepEvent e)
          Move next row of data source for report event.
 void TReportAbstract.doMoveNext(VKRepEvent e)
          This public method only invoke TReportAbstract.fireMoveNext(VKRepEvent e).
protected  void TReportAbstract.fireSectionBegin(VKRepEvent e)
          Section begin report event.
 void TReportAbstract.doSectionBegin(VKRepEvent e)
          This public method only invoke TReportAbstract.fireSectionBegin(VKRepEvent e).
protected  void TReportAbstract.fireSectionEnd(VKRepEvent e)
          Section end report event.
 void TReportAbstract.doSectionEnd(VKRepEvent e)
          This public method only invoke TReportAbstract.fireSectionEnd(VKRepEvent e).
protected  void TReportAbstract.fireSectionComplete(VKRepEvent e)
          Section complete report event.
 void TReportAbstract.doSectionComplete(VKRepEvent e)
          This public method only invoke TReportAbstract.fireSectionComplete(VKRepEvent e).
protected  void TReportAbstract.fireSectionCheck(VKRepEvent e)
          Section check report event.
 void TReportAbstract.doSectionCheck(VKRepEvent e)
          This public method only invoke TReportAbstract.fireSectionCheck(VKRepEvent e).
protected  void TReportAbstract.fireDataRequest(VKRepEvent e)
          Data request report event.
 void TReportAbstract.doDataRequest(VKRepEvent e)
          This public method only invoke TReportAbstract.fireDataRequest(VKRepEvent e).
protected  void TReportAbstract.fireRequestByName(VKRepEvent e)
          Data request by name report event.
 void TReportAbstract.doRequestByName(VKRepEvent e)
          This public method only invoke TReportAbstract.fireRequestByName(VKRepEvent e).
protected  void TReportAbstract.fireRequestByNum(VKRepEvent e)
          Data request by number report event.
 void TReportAbstract.doRequestByNum(VKRepEvent e)
          This public method only invoke TReportAbstract.fireRequestByNum(VKRepEvent e).
protected  void TReportAbstract.fireSectionPrepare(VKRepEvent e)
          Section prepare report event.
 void TReportAbstract.doSectionPrepare(VKRepEvent e)
          This public method only invoke TReportAbstract.fireSectionPrepare(VKRepEvent e).
 void VKRepListener.startReport(VKRepEvent e)
          VK Reports fire this event when report is going to start.
 void VKRepListener.endReport(VKRepEvent e)
          VK Reports fire this event when report process has ended.
 void VKRepListener.reportError(VKRepEvent e)
          VK Reports fire this event when error raised in report process.
 void VKRepListener.moveTop(VKRepEvent e)
          When VK Reports required to move data source to top moveTop event is raised.
 void VKRepListener.moveNext(VKRepEvent e)
          When VK Reports required to move data source to the next row moveNext event is raised.
 void VKRepListener.sectionBegin(VKRepEvent e)
          This is notify event to show your program that section copy process is started.
 void VKRepListener.sectionEnd(VKRepEvent e)
          This is notify event to show your program that section copy process is ended.
 void VKRepListener.sectionComplete(VKRepEvent e)
          This is notify event to show your program that section copy process is completed.
 void VKRepListener.sectionCheck(VKRepEvent e)
          After sectionBegin event VK Reports fire sectionCheck event to ask main process about out the current section into the output stream (file) or not.
 void VKRepListener.dataRequest(VKRepEvent e)
          In cell based reports (XLS4 Vertical, XLS4 Horizontal, ...)
 void VKRepListener.requestByName(VKRepEvent e)
          Event requestByName is aimed for supply the mark by name (~name1~) of a new data.
 void VKRepListener.requestByNum(VKRepEvent e)
          Event requestByNum is aimed for supply the mark by number (@0001, @0002, ...) of a new data.
 void VKRepListener.sectionPrepare(VKRepEvent e)
          This event need for prepare your own sections.