Click here to Skip to main content
16,012,045 members

Comments by Abhishek Kumar (here to help!!) (Top 5 by date)

Abhishek Kumar (here to help!!) 31-Mar-16 6:37am View    
I Agree. I should first understand basics before posting questions or picking up new stuff. I will go through most of the trainings and hopefully I get to understand the concept and better phrase my questions in future.
Abhishek Kumar (here to help!!) 17-Jun-14 7:15am View    
The solution worked for C# codes and UI display things, but when I want to generate the reports the currency get formatted as per standard logic since it uses system culture.

the expression i use for formatting in report is as follows:

**variable ClinicLanguage value supplied as "en-US"

=CDbl(Parameters!Payment.Value).ToString("C")
=IIF(String.IsNullOrEmpty(Parameters!ClinicLanguage.Value),Parameters!Payment.Value,CDbl(Parameters!Payment.Value).ToString("C"))

Kindly suggetst how to handle the formatting in reopts as well
Abhishek Kumar (here to help!!) 17-Jun-14 7:12am View    
Deleted
The solution worked for C# codes and UI display things, but when I want to generate the reports the currency get formatted as per standard logic since it uses system culture.

the expression i use for formatting in report is as follows:

**variable ClinicLanguage value supplied as "en-US"

=CDbl(Parameters!Payment.Value).ToString("C")
=IIF(String.IsNullOrEmpty(Parameters!ClinicLanguage.Value),Parameters!Payment.Value,CDbl(Parameters!Payment.Value).ToString("C"))

Kindly suggetst how to handle the formatting in reopts as well
Abhishek Kumar (here to help!!) 20-Nov-13 7:51am View    
Actually when i give x:key= someval and then call style of the respective control using that key val , it pulls up the style, so path of style is proper, never-the-less i tried your approach also but couldn't get the job done.
Abhishek Kumar (here to help!!) 20-Nov-13 7:32am View    
@Irina Pykhova : I tried but problem remains the same. I removed x:key from style and removed usage of Style at control calling, but still its not pulling up the style.