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