public ReportViewerConfiguration(string configSection = "MvcReportViewer")
 {
     _settings = ConfigurationManager.GetSection(configSection) as MvcReportViewerSettings;
 }
示例#2
0
 public ReportViewerConfiguration(string configSection = "MvcReportViewer")
 {
     _settings = ConfigurationManager.GetSection(configSection) as MvcReportViewerSettings;
 }