This is a migrated thread and some comments may be shown as answers.

Report parameter issue

1 Answer 26 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 11 Aug 2015, 01:59 PM
How can i use globalization in report parameters .. as i m passing urdu string to parameter value but show no record against this value 
here's my code please help me 
   

          string urduValue = "پیپل کالونی تھانہ";
            m.ReportParameters[0].Value = urduValue.ToString();
            m.ReportParameters[1].Value = "0";
            m.ReportParameters[2].Value = "0/15";
            reportViewer1.ReportSource = m;
            reportViewer1.RefreshReport();

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 14 Aug 2015, 09:07 AM
Hello Muhammad,

We tested the described scenario in the attached sample report, but we weren't able to reproduce the problematic behavior.
Please review the attached report for additional information.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Muhammad
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or