I've got a function defined in a report that generates an error each time the Convert method is referenced. Anyone have an idea what is the cause of the error?
The error is: "Argument not specified for parameter 'newUnit' of 'Public Sub Convert(oldUnit As Stimulsoft.Report.Units.StiUnit, newUnit As Stimulsoft.Report.Units.StiUnit)'.
Also a similar error: "Argument not specified for parameter 'oldUnit' of 'Public Sub Convert(oldUnit As Stimulsoft.Report.Units.StiUnit, newUnit As Stimulsoft.Report.Units.StiUnit)'.
Thanks,
Convert method error
Convert method error
- Attachments
-
- 1263.Fraction_Function-test.zip
- (48.07 KiB) Downloaded 244 times
Convert method error
Hello,
Please use the following code:
instead
Thank you.
Please use the following code:
Code: Select all
System.Convert.ToString()
Code: Select all
Convert.ToString()
Convert method error
Thank you, I should have caught that.