SampleApp.CommonTasks.DisplayResultList Function
This method displays the information contained in the IRMResultList object in the specified List View control. Demonstrates how to use the IRMResultList class.

Public void DisplayResultList (System.Windows.Forms.ListView, com.ibm.gre.IRMResultList, int)
  Type Name Description  
    System.Windows.Forms.ListView lv The List View to display the information in.  
    IRMResultList rl The IRMResultList object containing the information to display.  
    int nFlPlnViewID This view Id will be added to the IRMComponent object that is attached as a value for the ListViewItem Tag property.  
  Return Description  
    void