| Table used to store pre-rendered documents which are included in the client W2 package; the federal transmittal documents (W3) and state/local client transmittals (names vary by locality) |
| client_w2_rendered_document_KEY | int (4) | NOT NULL | Primary key for table. |
| form_year | int (4) | NOT NULL | Filing year of the document |
| client_KEY | int (4) | NOT NULL | Primary key of the client associated with this row's documents. |
| report_definition_KEY | int (4) | | Key of the associated report; a null value means the document is associated with a tax form instead of a report. |
| facsimile_document | varbinary (-1) | | Cached ActiveReport page of a particular W2 form, the facsimile copy which includes all form graphics plus field data. |
| data_only_document | varbinary (-1) | | Cached ActiveReport page of a particular W2 form, the pre-printed copy which only includes field data, no form graphics. |
| barcode_overlay_document | varbinary (-1) | | Cached ActiveReport page of a W2 barcode for the w2 documents. User option to include, so we dynamically overlay when it's required. |
| tax_form_KEY | int (4) | | Key of the associated tax form; a null value means the document is associated with a report instead of a tax form. |
| render_date | smalldatetime (4) | NOT NULL | Date the document was rendered. |