Exemple #1
0
 public static ReportsEntity OrganizationalBreakdown()
 {
     return(new ReportsEntity()
     {
         Cluster = "My Trend",
         Code = "DTR103",
         Name = "Organizational Breakdown",
         Title = "NNA Trend - Organizational Breakdown",
         PoV = PoVMotherShip.PwmcController20504(),
         Date = GetReportDateOverviewString(ReportsMotherShip.DataLoadStatus.MyTrend),
         SingleTimeView = "Weekly",
         Currency = "kCHF",
     });
 }