To display Salesforce as a User License type on report, Below is the workaround:
- Create a Custom Formula Text field under the User object:
- Go to Setup | Customize | Users | Fields
- Click on New and select “Formula” field type and then “Text”
- Use “Profile.UserLicense.Name” in the formula editor
- Click on Save
- Create a New Administrative User report:
- Go to the Report tab
- Click on New report
- Under the Administrative reports | Select Users
- Add the New Custom Formula field in the report
- Run the Report and Save