Beispiel #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public ReportHost()
 {
     Name           = string.Empty;
     HostProperties = new HostProperties();
     ReportItems    = new List <ReportItem>();
 }
Beispiel #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public ReportHost()
 {
     Name = "";
     HostProperties = new HostProperties();
     ReportItems = new List<ReportItem>();
 }