ObjectSharp Blogs

You are currently viewing

Dave Lloyd's 2 Cents

A .NET Developer's Perspective


November 2006 - Posts

SRS Filters

I have found a lot of students and clients are not getting the most out of filters in there reports. So I thought I would explain a bit about how useful they can be. There are two places you can put a filter in a report. Data Region (Table, Matrix, List, Read More...

Go Ahead Run your Tests in the Build

Do you want to be able to run tests in Team Build without having to use a .vsmdi file. Well now you can. Buck Hodges has a post with a download which includes a task for running tests in your build by simply specifying the .dll's. Buck also says this Read More...