Ejemplo n.º 1
0
 public ReportViewerModel()
 {
     this.Parameters = new Dictionary <string, string[]>();
     this.ViewMode   = ReportViewModes.View;
 }
Ejemplo n.º 2
0
 public ReportViewerModel()
 {
     this.Parameters = new Dictionary <string, string[]>();
     this.ViewMode   = ReportViewModes.View;
     this.UseCustomReportImagePath = false;
 }