Denis Morgan

Denis Morgan

  • NA
  • 72
  • 20.7k

how to create a sub report in crystal report from model object

Dec 12 2020 1:53 AM
How can I create a sub report in crystal report using this model
  1. public class LabReport  
  2. {  
  3. public int ref_id{get;set;}  
  4. public String t_name { getset; }  
  5. public IList<LabSubReport> result { getset; }//this where i need subreport  
  6. }  
  7. }  
  8.    
 
 

Answers (2)