Dictionary.Restrictions - include rather than exclude
Posted: Thu Jul 21, 2011 4:33 am
I want to report off of a very large database with over 400 tables/views. The majority of these tables/views should not be used directly by end-user designing their own reports. Therefore I want to create a layer of views simplified and optimised for reporting and expose that in the report designer for end-users to use.
I believe I can exclude data sources by using Dictionary.Restrictions.Add() but I really want to do it the other way around - only include the data sources I want. Is this possible please?
Thanks,
Mike.
I believe I can exclude data sources by using Dictionary.Restrictions.Add() but I really want to do it the other way around - only include the data sources I want. Is this possible please?
Thanks,
Mike.