Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear All,
I am using rich text editor .it is working fine .But when i translate roman hindi and select Kirtu dev 11 font ,It is not displaying in ssrs reports.
But when the text written by keyboard with hindi font kirtu dev 11 then it is displayed in ssrs report.
=>althought i have taken the field as nvarchar.
The platform used is given below.

=>sql server 2008 r2
=>asp.net 3.5
The code used is given below:
<Label ID="lblGrvSgDesc" runat="server" Text="Suggestion Description" />
ASP.NET
   <HTMLEditor ID="txtGrvDesc" charset="utf-8"  runat="server" NoUnicode="true" />
   <HyperLink ID="lknRomanToHindi" NavigateUrl="~/_layouts/Pages/Common/RomanHindiLookup.aspx"
   Target="_blank" Text="Roman To Hindi Translation"  runat="server" />
   <asp:RequiredFieldValidator ID="rftxtGrvDesc" runat="server" ControlToValidate="txtGrvDesc"
ErrorMessage="Enter Suggestion Description !" ValidationGroup="PageValid" InitialValue="0" Text="<img src=/_layouts/images/bsf/ico_alert16.png  alt='Enter Suggestion Description !' />">


PLease help me out.
Posted
Updated 3-Apr-15 5:28am
v2
Comments
ramyajaya 3-Apr-15 20:08pm    
When you are trying to translate from roman to hindi do you get any errors?
D S Tomar 6-Apr-15 1:56am    
I dont get any eror .It is translated and shown in asp.net pages but does not display in ssrs report.
ramyajaya 6-Apr-15 2:49am    
What is your destination file in ssrs reporting? Does it support kirtu dev 11 font? If so then apply it.
ramyajaya 6-Apr-15 3:06am    
As mentioned in this link try embedding your font when you export https://technet.microsoft.com/en-us/library/ms159713(v=sql.100).aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900