2
Answers

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

Denis Morgan

Denis Morgan

4y
428
1
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)