I have a very simple need but cannot find an answer anywhere. I am using a Html5 Web Forms Report Viewer. I am displaying a table with a few types of columns. One of the columns displays data for various addresses (ie. 399 Main Street). I want to search that field so I set up a simple report parameter on the main part of the report - outside the table structure and then set up a filter inside the table using the name of this field for this expression (= Fields.FullAddress), a 'Like' operator and finally the parameter (= Parameters.Address.Value). This parameter structure sets up a textbox as a search editor, which is what I want. From this point on, the functionality I'm looking for is to type in part of an address and to use the value of the textbox to resolve a 'LIKE' expression, as the filter states. When I run the report, I don't get any values at all, no matter what I put into the textbox. I'm not sure what I am missing here. Maybe I'm missing the whole concept the 'Like' filter. Can anybody help me on this?