• Example

Report Viewer Configuration Error

The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.webServer/handlers section for Internet Information Services 7 or later.

Browser not supported

Report Viewer requires a standards compliant browser. Users of Internet Explorer 8 and earlier should switch to a modern browser, or if already using a modern browser target standards mode by adding the <meta http-equiv="X-UA-Compatible" content="IE=edge" > header tag to the host page.

Loading...
Cancel
of1
Word
Excel
PowerPoint
PDF
TIFF file
MHTML (web archive)
CSV (comma delimited)
XML file with report data
Data Feed
Find|Next

Print

Cancel

Done

❌
Report image
Price Indicators
The example shows how to use custom code and build in financial functions. In this case the chart displays different Price Indicators.
Report image
The Median Price indicator is the midpoint of each day's price. This average price is useful when you want a simpler view of prices.

The
Typical Price indicator is an average of each day's price. Some investors use the Typical Price rather than the closing price when creating moving average penetration systems.

The
Weighted Close indicator is simply an average of each day's price. It gets its name from the fact that extra weight is given to the closing price. When plotting and back-testing moving averages, indicators, trendlines, etc., some investors like the simplicity that a line chart offers. However, line charts that only show the closing price can be misleading since they ignore the high and low price. A Weighted Close chart combines the simplicity of the line chart with the scope of a bar chart, by plotting a single point for each day that includes the high, low, and closing price.