Skip to content

Commit a353e04

Browse files
github-actions[bot]KB BotIvetNikolovaDimitarNikolovv06
authored
Added new kb article fixing-cut-off-letters-web-report-viewer (#1746)
* Added new kb article fixing-cut-off-letters-web-report-viewer * Update fixing-cut-off-letters-web-report-viewer.md * Add files via upload * Update fixing-cut-off-letters-web-report-viewer.md --------- Co-authored-by: KB Bot <[email protected]> Co-authored-by: IvetNikolova <[email protected]> Co-authored-by: Dimitar Nikolov <[email protected]>
1 parent 08aa9e7 commit a353e04

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Resolving Letters Being Cut Off in Web Report Viewers
3+
description: "Learn how to resolve the issue of letters being cut off in the Web Report Viewers, which does not occur in the Standalone Report Designer or printed reports."
4+
type: troubleshooting
5+
page_title: Fixing Cut-Off Letters in HTML5 Report Viewers
6+
meta_title: Fixing Cut-Off Letters in HTML5 Report Viewers
7+
slug: fixing-cut-off-letters-web-report-viewer
8+
tags: reporting, textbox, web-report-viewer, text-cut-off, properties, can-shrink, measurement-units
9+
res_type: kb
10+
ticketid: 1693245
11+
---
12+
13+
## Environment
14+
15+
<table>
16+
<tbody>
17+
<tr>
18+
<td> Product </td>
19+
<td> Reporting </td>
20+
</tr>
21+
<tr>
22+
<td> Viewer</td>
23+
<td> Web Report Viewers </td>
24+
</tr>
25+
</tbody>
26+
</table>
27+
28+
## Description
29+
30+
I noticed that some letters are cut off when viewing reports in the Web Report Viewers. The report displays correctly in the Standalone Report Designer and when printed. For example:
31+
32+
- Web Report Viewer:
33+
34+
![Cut-Off Letters in Web Report Viewers](images/CutLettersWebViewer.png)
35+
36+
- Standalone Report Designer:
37+
38+
![Cut-Off Letters in Standalone Designer](images/CutLettersStandaloneDesigner.png)
39+
40+
## Solution
41+
42+
To resolve the issue, adjust the size and properties of the [TextBox]({%slug telerikreporting/designing-reports/report-structure/textbox%}) controls in your report:
43+
44+
1. Switch the measurement units for your report to pixels (`px`). Using pixels minimizes inaccuracies that can occur when switching between units at runtime.
45+
1. Increase the size of each `TextBox` element to ensure adequate space for text rendering.
46+
1. Set the `CanShrink` property of each `TextBox` to `False`. This prevents the control from shrinking beyond the required dimensions for proper text display.
47+
48+
## See Also
49+
50+
* [TextBox Documentation]({%slug telerikreporting/designing-reports/report-structure/textbox%})
51+
* [HTML5 Report Viewer Overview]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/overview%})
10.3 KB
Loading
17.1 KB
Loading

0 commit comments

Comments
 (0)