ReportInstanceDbObject Table

The following table describes instances of database objects created for use in a static report. This table is created at report run time.

Attribute name Data type Constraint Default Description
ReportDbObjectID int NULL None ID of the report database object the dimension is associated with.
ReportStatusID int NOT NULL None ID of the report status.
DateCreated datetime NOT NULL None Date and time the object was instantiated.
DbObjectInstanceName nvarchar (128) NULL None Name of the table or view.
DbObjectType nvarchar (128) NULL None 0 = Table
1 = TempTable
2 = View


All rights reserved.