Handling Report (RDL) Filters

| No Comments | No TrackBacks

I had a question from our Reporting Services book website that lead me to create a sample application to illustrate how to deal with filter arguments. IMHO, the mechanism used by the Report Designer is still not that great as it requires too much (non-VB-like) type coercion. That is, one constantly has to force the type of the TextBox values as well as the type of the left and right-hand side of expressions to match instead of having the report processor’s RDL interpreter just figure it out. I have attached a ZIP file that has the project used to illustrate several filtering techniques. Of course, it makes a lot of sense to filter the initial DataSet but you might want to give the user the ability to filter the fetched rowset so the query does not (necessarily) need to re-execute.

Sample Report (BI) Application CheckingDates

hth

No TrackBacks

TrackBack URL: http://betav.com/blogadmin/mt-tb.cgi/2364

Leave a comment

Pages

Powered by Movable Type 4.21-en

About this Entry

This page contains a single entry by William Vaughn published on March 15, 2009 1:04 PM.

Back from the Dark Side was the previous entry in this blog.

Is the Server Explorer Hiding a Serious Problem? is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.