ReportStatus Table

The following table describes the attributes used to supply status information about a report. This table is created at report run time.

Attribute name Data type Constraint Default Description
ReportStatusID int None None Identity.
ReportID int NULL None ID of the report with which the status is associated.
DisplayName nvarchar (128) NULL None Name displayed in the user interface.
ExecutionState tinyint NOT NULL 0 0 = None
1 = Failed
2 = Pending
3 = Completed
Exported bit NULL False (0) True specifies the report was exported.
LocationName nvarchar (255) NULL None Name of the report.
LocationPath nvarchar (255) NULL None Path to the report.
RunBy varchar (255) NULL None Name of the person running the report.
RunDateTime datetime NULL None Date the report was run.


All rights reserved.