- In our application we are using the Telerik RadEditor to save the information in the database. And use the same information in the SSRS reports.
- We are facing the issue while using “Tab” key in the Telerik RadEditor.
- In the MS-SQL database the tabs are being saved in the following HTML format,
<span style="white-space: pre;"> </span>
Screen Shot 1: Below screen shot shows the Telerik RadEditor where, 5 Tabs are being entered after the Amount text.
- The Html text saved in database field is as shown below,
<p>Amount<span style="white-space:pre;"> </span>54123</p> <p>Test Amount<span style="white-space:pre;"> </span>87596</p>
- We are unable to see any tabs (spaces) in the SSRS report as shown below,
Screen Shot 2: Missing Tabs in SSRS report as shown below,
Screen Shot 3: SSRS report text field accepting HTML.
- The report field is HTML enabled. And it Interprets Html tags as Styles.
Can you please help us to find the solution for the above issue ?