コード例 #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
ファイル: ReportViewModel.cs プロジェクト: dmonjeau/wpf-demos
 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
ファイル: ReportViewModel.cs プロジェクト: dmonjeau/wpf-demos
 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
ファイル: ReportViewModel.cs プロジェクト: dmonjeau/wpf-demos
 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");
 }