Click here to Skip to main content
15,891,864 members

Comments by Member 9346617 (Top 8 by date)

Member 9346617 9-Oct-23 1:53am View    
When I am hitting the api from chrome with required user name and password, I am getting correct response.
However, when I am doing the same from Edge (another browser), it says - "{
"status_code": 401,
"message": "Invalid credentials provided to perform this operation"
}"
I am getting the same error while hitting from C# code. I have ensured that user name and password that I am entering for Edge and C# code are accurate.

Please help what else I need to check.
Member 9346617 18-May-23 6:40am View    
Yes. I have already set it to SimSun.
Member 9346617 18-May-23 6:13am View    
<textbox name="textbox3">
<cangrow>true
<canshrink>true
<keeptogether>true
<paragraphs>
<paragraph>
<textruns>
<textrun>
<value>=Fields!value.Value
<markuptype>HTML

<FontFamily>SimSun</fontfamily>
<FontSize>9pt</fontsize>
<Language>zh-CN</language>




</paragraph>
</paragraphs>
<Style>
<PaddingLeft>4pt</paddingleft>
<PaddingRight>6pt</paddingright>
<PaddingTop>4pt</paddingtop>
<PaddingBottom>4pt</paddingbottom>



This is how I am adding the text box and setting it's properties.
Member 9346617 18-May-23 6:01am View    
Thanks for your reply.
I have taken the datatype of column as "nvarchar" and I can save chinese characters properly in database. I can also retrieve them very well. But while showing it on rdl report, it's showing as "?????"
I tried setting the language of the designer under Localization as "zh-CN" and also set the same language for the text box but still it didn't help me.
Member 9346617 18-May-23 1:02am View    
Yes. In control panel, I can see that SimSun font was already installed.
Even I tried adding the chinese language in browser but still no luck.
Appreciate your thought on this.