Interface IInterchange


public interface IInterchange
User can implement this interface and integrate their own applicaton with ReportDesigner seamlessly.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    User can implement this method to define the action when back button is clicked
    void
    User can implement this method to define the action when cancel button is clicked
    void
    User can implement this method to define the action when next button is clicked
  • Method Details

    • back

      void back()
      User can implement this method to define the action when back button is clicked
    • next

      void next()
      User can implement this method to define the action when next button is clicked
    • cancel

      void cancel()
      User can implement this method to define the action when cancel button is clicked