25e51cc8168de0e3cef8a8d0068a84c458214549
API/CodeSamples/ChartingEngine.md
| ... | ... | @@ -26,7 +26,6 @@ public class CustomAdHocConfig : FileSystemAdHocConfig { |
| 26 | 26 | AdHocSettings.ReportCssUrl = "Resources/css/Report.css"; |
| 27 | 27 | AdHocSettings.ShowBetweenDateCalendar = true; |
| 28 | 28 | AdHocSettings.AdHocConfig = new CustomAdHocConfig(); |
| 29 | - AdHocSettings.PrintMode = PrintMode.Html2PdfAndHtml; |
|
| 30 | 29 | AdHocSettings.ChartingEngine = ChartingEngine.HtmlChart; //relevent setting, default in Global.asax |
| 31 | 30 | |
| 32 | 31 |