Beispiel #1
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("BarCharts.rdl");
 }
Beispiel #2
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("InteractiveSorting.rdl");
 }
Beispiel #3
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("GaugeReport.rdl");
 }
Beispiel #4
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("DrilThrough.rdlc");
 }
Beispiel #5
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Side_By_SideMainReport.rdl");
 }
Beispiel #6
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("SalesAnalysis.rdl");
 }
Beispiel #7
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Company Sales.rdlc");
 }
Beispiel #8
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("InvoiceTemplate.rdl");
 }
Beispiel #9
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("SalesOrderDetail.rdl");
 }
Beispiel #10
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Sales Dashboard.rdl");
 }
Beispiel #11
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("MailMerge.rdl");
 }
Beispiel #12
0
 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");
 }
Beispiel #14
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Employee Sales Summary.rdl");
 }
Beispiel #15
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("ConditionalFormating.rdl");
 }
Beispiel #16
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("GroupingAgg.rdlc");
 }
Beispiel #17
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("Product Line Sales.rdl");
 }
Beispiel #18
0
 public ReportViewModel()
 {
     this.Report            = new ReportModel();
     this.Report.ReportPath = this.GetFullPath("IndicatorReport.rdlc");
 }