This table represents report profiles that are used to create a profile for how reports look and what properties the reports have.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| report_profile_id | integer | not null | Unique identity of the report profile |
| name | nvarchar(50) | with null | Name of the profile |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| report_profile_id | usm_report_profile_spec | report_profile_id |
| report_profile_id | usm_report_profile_attrs | report_profile_id |