GroupReportDbObject Table

The following table describes the attributes used to create the temporary objects during grouped report generation. This table is populated at report run time.

Attribute name Data type Constraint Default Description
GroupReportJobID int NOT NULL None ID of the report job with which the parameter is associated.
DbObjectType nvarchar (128) NULL None 0 = Table
1 = TempTable
2 = View
DbObjectInstanceName nvarchar (128) NULL None Name of the database object.
DateCreated datetime NOT NULL None Date and time the object was instantiated.

Copyright © 2005 Microsoft Corporation.
All rights reserved.