Exemplo n.º 1
0
 public DashboardImage(string descricaoDashboard, ReportGroup grupo) : base(descricaoDashboard, grupo)
 {
 }
Exemplo n.º 2
0
 public ReportImage(string descricaoReport, ReportGroup grupo)
 {
     this.Datasources       = new HashSet <ReportDataSource>();
     this.ReportDescription = descricaoReport;
     this.IdGrpReport       = grupo != null ? grupo.IdGrpReport : 0;
 }
Exemplo n.º 3
0
 public AbstractReportImage(string descricaoReport, ReportGroup grupo)
 {
     this.ReportDescription = descricaoReport;
     this.IdGrpReport       = grupo != null ? grupo.IdGrpReport : 0;
 }