To include only enabled accounts in your reports, add the following predicate to your filter:
(!userAccountControl:1.2.840.113556.1.4.803:=2)
For example:
(&(objectCategory=Person)(objectClass=User)(!userAccountControl:1.2.840.113556.1.4.803:=2))