ahh... The report's underlying data source is a query.
Here's a sample of the code:
SELECT IRSItem.ItemType, IRSItem.ItemTypeII, IRSItem.ItemNumber, IRSItem.ItemDescription, IRSItem.Company, IRSItem.CompletionPercentage, IRSItem.Comments, IRSItem.Name
FROM IRSItem
WHERE...