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