staff_default_report_option_KEY | int (4) | NOT NULL | Primary key |
staff_KEY | int (4) | NOT NULL | Foreign key to the staff member who owns these default report options. |
client_KEY | int (4) | | Foreign key to a client. This allows a staff member to save a seperate set of options for the report for each client. If null, options apply only to the report and user |
report_definition_KEY | int (4) | NOT NULL | Foreign key to the report definition of the report that these default report options apply to. |
report_option_xml | nvarchar (-1) | NOT NULL | The default sort and filter options set up by the staff member to be used whenever the report is printed for the given client. |