GroupReportJob Table

The following table describes the attributes used to keep track of the grouped report jobs that have been run. This table is populated at report run time.

Attribute name Data type Constraint Default Description
GroupReportJobID int NOTNULL None ID of the report job with which the parameter is associated.
DisplayName nvarchar (128) NULL None Name displayed in the user interface.
ExecutionState tinyint NOT NULL None 0 = None
1 = Failed
2 = Pending
3 = Completed
GroupReportQuantity int NOT NULL None Number of reports generated for this grouped report.
LocationName nvarchar (255) NULL None Name of the report.
LocationPath nvarchar (512) NULL None Path to the report.
RunDateTime datetime NOT NULL None Date the report was run.

Copyright © 2005 Microsoft Corporation.
All rights reserved.