public ReportViewerConfiguration(string configSection = "MvcReportViewer")
 {
     _settings = ConfigurationManager.GetSection(configSection) as MvcReportViewerSettings;
 }
Ejemplo n.º 2
0
 public ReportViewerConfiguration(string configSection = "MvcReportViewer")
 {
     _settings = ConfigurationManager.GetSection(configSection) as MvcReportViewerSettings;
 }