If the list of asset names isn't too long, create your report incorporating the fields you want and use the WHERE clause to filter the results for only those asset names you want.
Where tblassets.AssetName In ('assetname1', 'assetname2', 'assetname3')