When exporting the tags for the document's Table of Contents Telerik Report Designer exports TOC leaders as distinct tags, requiring that they be removed when completing the accessibility tagging for the document. Leaders - the ellipses found in the Table of Contents (e.g., Introduction ...................... Page 3) between the TOC item and the page number will be read by assistive technology as "dot dot dot dot dot..." etc. They need to be deleted from the tag tree. Please Artifact them or (preferably) NOT tag them on the export. Thanks.
Reference:
https://www.levelaccess.com/pdf-table-of-contents/
https://www.w3.org/TR/2014/NOTE-WCAG20-TECHS-20140408/pdf.html
When exporting to PDF from Telerik Report Designer the software creates a list of flat links for each TOC entry, but the links are separated in the structure from the TOC Label. While a good start, it would be better to use a main TOC tag under which each line in the TOC would receive a TOCI (Table of Contents Item) tag. Each TOCI would contain the label and link for the respective item. Attaching a few examples to assist.
<TOC> | Table of contents element is an element that contains a structured list of items and labels identifying those items; has its own discrete hierarchy. |
<TOCI> | Table of contents item element is an item contained in a list associated with a table of contents element. |
References:
https://www.hhs.gov/sites/default/files/pdf-tagging.pdf (page 29).
https://www.pdflib.com/pdf-knowledge-base/pdfua/the-pdfua-standard/
Using the Default or Material Kendo Theme (v5.6.0) with the Telerik HTML5 Report Viewer, the Boolean parameter which uses a Checkbox for it's display, is not visible (this may affect other themes as well).
I confirmed an older version v4.40.0 has a height and width set for the k-checkbox CSS class as such:
https://unpkg.com/@progress/kendo-theme-material@4.40.0/dist/all.css
.k-checkbox { border-radius: 2px; margin: 0; padding: 0; width: 16px; height: 16px; line-height: initial; border-width: 2px; border-style: solid; outline: 0; box-sizing: border-box; background-position: center; background-repeat: no-repeat; background-size: contain; display: inline-block; vertical-align: middle; position: relative; cursor: pointer; -webkit-appearance: none; }
while the latest v5.6.0 does not:
https://unpkg.com/@progress/kendo-theme-material@5.6.0/dist/all.css
.k-checkbox { margin: 0; padding: 0; line-height: initial; border-width: 2px; border-style: solid; outline: 0; background-position: center; background-repeat: no-repeat; background-size: contain; display: inline-block; flex: none; vertical-align: middle; position: relative; cursor: pointer; -webkit-appearance: none; }
The checkbox is actually on the page, but is so small it's basically invisible and completely unusable, requiring a manual CSS override to fix.
Steps to reproduce the problem:
1. Open the attached report in EUDHi, While the Report Designer exports tags to the PDF (with Accessibility enabled), the tags exported are not fully compliant with PDF/UA or 508 requirements. For example, my document has several hundred pages, each with two or three data tables on them. While the tags get exported, they are only Paragraph tags, and NOT Table tags. Is there a way to designate Table Header Rows, Header Columns, and Data Cells in Telerik Reporting such that upon export to PDF they get tagged properly?
Currently, you can select multiple report items with the CTRL when you run the Web Report Designer on Mac, however, this is interpreted as a right-click. Please, check the attached video.
The correct behavior should be by using CMD.
I display the WPF Report Viewer control in a closable tab. To free the resources I invoke DisposeViewerResources on tab close as described here: https://docs.telerik.com/reporting/embedding-reports/display-reports-in-applications/wpf-application/disposing-the-report-viewer-resources
However, I see the following dialog every time. There is no way to capture this error or suppress the dialog.
Some corner case page size value force report processing to create an invalid page clipping during paging.
Workaround: If you encounter such scenario, please experiment with changing the page size to another value, which is close to the original one.
Please add the Web Report Designer Item Template for VB.NET projects too
Consider adding functionality that allows for loading Assets into the Asset Manager from code.
I would prefer to store assets in a database and load them up for a user.
Makes more sense than randomly loading them from whatever computer you are working on.