Making HTML format report result accessible
JReport supports exporting reports to both accessible HTML and PDF results for people who experience disabilities or have special needs, so that they can access the reports through the use of assistive tools.
In addition JReport Server provides an accessible version to read reports by reader agent or other assistive tools. In the accessible version, reports are displayed in HTML format with accessibility attributes, and table/crosstab components are output as HTML data table.
JReport supports accessibility related HTML attributes and a built-in accessible JReport Server console for displaying the report result in HTML format. The implementation standard is based on HTML specification 4.01 http://www.w3.org/TR/WCAG10-HTML-TECHS/ and information on Section 508 Standards: http://www.section508.gov and http://www.access-board.gov.
When designing a report in JReport Designer, you can add the accessibility related HTML attributes to the report objects in order to make the HTML format result more readable and accessible. Those attributes are provided in the Accessibility group of the Report Inspector.
To add accessibility to a report in the HTML format result:
When a report object is selected, the corresponding accessibility attributes are available in the Report Inspector. For details about the accessibility attributes for each report object, see Report Object Properties.
In the HTML export UI, check the option Section 508 Compliant Output. If you only want to convert table/crosstab components into HTML data table in the HTML format report result, check the option Use HTML Data Table.
The above two options are available on all HTML export UIs in JReport.
JReport also supports exporting the report result to an accessible PDF file by enabling the Accessible PDF option which is available on all PDF export UIs in JReport, so that users of screen readers and those who have low vision can have their tagged PDF files read out aloud in appropriate language in the Adobe Acrobat software. The implementation standard is based on Web Content Accessibility Guidelines (WCAG) 2.0 (ISO/IEC 40500:2012) http://www.w3.org/TR/WCAG/and the PDF/UA (ISO 14289-1) http://www.iso.org/standard/64599.html standard.
JReport Server enables the disabled users to visit the accessible version with simplified functionality to read reports by reader agent or other assistive tools. In the accessible version, reports are displayed in the HTML format with accessibility attributes, and table/crosstab components are output as HTML data tables.
For detailed descriptions about how to enable the accessible version of JReport Server, refer to the Accessibility chapter in the JReport Server User's Guide.