Filtering with string parameter that allows free user input

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 17 Sep 2009 Link to this post

    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.


Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.