Beispiel #1
0
 public ReportModel()
 {
     ItemMetadata = new ItemMetadata();
     ReportItems  = new List <ReportItem> ();
 }