• 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
Scale Breaks
Scale breaks allow you to skip a range of data on the axis thereby increasing the visual space available for the data that falls outside this range. In this example the axis has an automatic scale break that uses "wave" style.
Report image
File-O-Matic
Actual: $504,000DataVisualizer
Actual: $512,310DustBuddy
Actual: $36,120KnuckleBuster
Actual: $12,500File-O-Matic
Actual: $472,100DataVisualizer
Actual: $471,120DustBuddy
Actual: $28,051KnuckleBuster
Actual: $13,000File-O-Matic
Actual: $513,000DataVisualizer
Actual: $431,200DustBuddy
Actual: $16,210KnuckleBuster
Actual: $12,000File-O-Matic
Actual: $431,000DataVisualizer
Actual: $412,310DustBuddy
Actual: $13,270KnuckleBuster
Actual: $10,200
Scale breaks are most commonly used in the following cases:

- When you have to display data that varies greatly in magnitude.
- When you need to reduce the effect that several large values (peaks in data) have on the scaling of the rest of data.
- When you want to skip data that is of no interest in order to focus on the rest of the data.