New to Telerik Reporting? Download free 30-day trial

Report Functions Overview

Access built-in collection functions

Function Description
Fields(name) Returns the value of the field with the specified name in the current dat scope. Use this function when you want to dynamically change the referred field. For example you may define string parameter SortField and use
=Fields(Parameters.SortField)
expression as Sorting of a report.
Parameters(name) Returns the report parameter with the specified name
In this article