Table: Report_Based_Portlet | |||
Information about report-based custom portlets. | |||
Columns | |||
Name | Type | Constraints | Description |
report_based_portlet_KEY | int | NOT NULL | Primary key |
report_definition_KEY | int | NOT NULL | Key of the report definition of the report that this report-based portlet will display. |
custom_portlet_KEY | int | NOT NULL | Key of the Custom_Portlet row that this table holds additional information for. |
filter_by_dashboard_context | bit | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Report_Based_Portlet$report_based_portlet_KEY | report_based_portlet_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Report_Based_Portlet$custom_portlet_KEY | custom_portlet_KEY | Each Custom_Portlet row can only have one or zero Report_Based_Portlet rows. | |
Indexes | |||
Name | Columns | Description | |
IX_Report_Based_Portlet$report_definition_KEY | report_definition_KEY | Index supports foreign key FK_Report_Based_Portlet__Report_Definition__report_definition_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Report_Based_Portlet__Custom_Portlet__custom_portlet_KEY | custom_portlet_KEY | Custom_Portlet | on delete cascade; |
FK_Report_Based_Portlet__Report_Definition__report_definition_KEY | report_definition_KEY | Report_Definition |