Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how convert string to int in StimulReport?


i have a field( type string) and in report need Multiplication it in 2 but show error with con not convert string to int
Posted
Updated 10-Jul-11 20:31pm
v2
Comments
Prerak Patel 11-Jul-11 2:10am    
Elaborate more.
Sergey Alexandrovich Kryukov 11-Jul-11 16:28pm    
You cannot "convert" string into non-string. Using string representation of integer to integer called "parsing", the methods are int.Parse(string), also int.TryParse. (Why anyone would need anything else?).
--SA

1 solution

You should talk to the people who created it - start with the documentation: http://www.stimulsoft.com/Documentation.aspx[^] - they should provide technical support and will know more about their product than we will. If they don't, then find another supplier and demand your money back!
 
Share this answer
 

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