Skip Navigation LinksHome / Community & Support / Code Library / Telerik Reporting > General and Integration Projects > Filtering with string parameter that allows free user input

Not answered Filtering with string parameter that allows free user input

Feed from this thread
  • Posted on Sep 17, 2009 (permalink)

    Requirements

    Telerik Reporting version 2.0+
    .NET version 2.0+
    Visual Studio version VS2005+
    programming language C#
    To convert code

    Telerik online converter  


    PROJECT DESCRIPTION
    As you probably know, Telerik Reporting comes with built-in parameters and filters. Report parameters allow users to specify or control the data used in a report. They are extremely powerful when used in expressions for filtering, sorting, grouping or even directly provide a value. When used with filters you can limit the number of records in a report based on specified filter rules. If the conditions of the rules are met, the record is included in the report.
    In the attached project we show you how to control the casing of the input string data and the usage of LiKE operator with wild cards when you're not exactly sure what you're searching for.

    You can find more info on operators, wild chards, user defined functions etc. in the help topic Using Expressions.


    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / Telerik Reporting > General and Integration Projects > Filtering with string parameter that allows free user input