Hey guys, I was wondering if there is a expression to round to a certain decimal point(EG. 11.9789 -> $11.98). I know with SQL reporting there is a Round(number,2) which solved this problem.
Any help would be appreciated. Thanks
3 Answers, 1 is accepted
0
IvanY
Telerik team
answered on 27 Mar 2013, 01:07 PM
Hi Austin,
You can easily format the display of the number in a textbox by using the Format property in the property grid.
If you need to round your number when you are using it in expression you have two options - round it in the sql query or write your own user function that will return the rounded number. For more information about user functions please check this help article.
Kind regards,
IvanY
the Telerik team
Telerik Reporting Q1 2013 available for download with impressive new visualizations. Download today from your account.
cross tab report by passing parameters in dynamic parameters through design after clicking the button then show the report like below
0
Stef
Telerik team
answered on 15 Apr 2014, 07:34 AM
Hello Divya,
If your question is related to rounding numbers, this is my post in your support ticket on the same topic:
"The Round built-in function expects only one parameter and returns the nearest Integer number. If you need to format(round) a number to a specific place in it, you can use the TextBox.Format property and specify a Number format through the Format Builder Dialog.
You can use also user function and implement custom logic to round and format the value of the item."
About configuring data retrieval methods with parameters mapped to report, parameters, please check for instance the steps in the SqlDataSource Wizard help article. Note that the Design Time values are used just to retrieve the data scheme, and the actually passed values are those set for the corresponding report parameters.
Regards,
Stef
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.