report_definition_KEY | int (4) | NOT NULL | Database assigned primary key for this table. |
update_date | datetime (8, 3) | NOT NULL | The date and time this row was last modified. |
description | nvarchar (300) | NOT NULL | User defined description. |
report_type_KEY | int (4) | NOT NULL | Key of the Report Type that this row is assigned |
report_definition_guid | uniqueidentifier (16) | NOT NULL | A database generated unique key for this table. |
system_default__report_option_xml | nvarchar (-1) | | Valid only for a new style report. An xml blob created by the custom report designer that defines the default report options for the report. This is the default set of options to use if the report has never been run before or if the existing options should be cleared (these default options are defined by us, not the user). |
layout_year | int (4) | | Layout year for layout definitions that need one. |
report_definition_source_KEY | int (4) | NOT NULL | Layout source |
report_definition_xml_compressed | varbinary (-1) | | The compressed version of the report XML string. |
checksum | decimal (9) | NOT NULL | CRC checksum based on the uncompressed XML string. |
report_folder_KEY | int (4) | | Foreign key to Report_Folder. If null then it means that the record is a layout (not a report). |