Table: dbo.Print_Report_Selection | |||
Columns | |||
Name | Type | Constraints | Description |
print_report_selection_KEY | int (4) | NOT NULL | Primary key |
staff_KEY | int (4) | NOT NULL | Foreign key to the staff member that selected the report to be printed. |
report_definition_KEY | int (4) | NOT NULL | Foreign key to the report definition of the report selected to be printed. |
report_option_xml | nvarchar (-1) | NOT NULL | The sort and filter options provided by the staff member to apply to the report when it prints. |
Primary key | |||
Name | Columns | Description | |
PK_Print_Report_Selection | print_report_selection_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Print_Report_Selection__Report_Definition__report_definition_KEY | report_definition_KEY | Report_Definition (report_definition_KEY) | |
FK_Print_Report_Selection__Staff__staff_KEY | staff_KEY | Staff (staff_KEY) |