public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("BarCharts.rdl");
 }
Exemple #2
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("InteractiveSorting.rdl");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("GaugeReport.rdl");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("DrilThrough.rdlc");
 }
Exemple #5
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Side_By_SideMainReport.rdl");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("SalesAnalysis.rdl");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Company Sales.rdlc");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("InvoiceTemplate.rdl");
 }
Exemple #9
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("SalesOrderDetail.rdl");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Sales Dashboard.rdl");
 }
Exemple #11
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("MailMerge.rdl");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("drilldown.rdlc");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("ElectionResultByRegion.rdlc");
 }
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Employee Sales Summary.rdl");
 }
Exemple #15
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("ConditionalFormating.rdl");
 }
Exemple #16
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("GroupingAgg.rdlc");
 }
Exemple #17
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Product Line Sales.rdl");
 }
Exemple #18
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("IndicatorReport.rdlc");
 }