ReportDbObject Table

The following table describes database objects created for use in a static report.

Attribute name Data type Constraint Default Description
ReportDbObjectID int None None  Identity.
ReportID int NOT NULL None  ID of the report the object is associated with.
DbObjectBaseName nvarchar (128) NULL None  Name of the table or view.
DbObjectDDL ntext (16) NULL None  SQL query to run to create additional database objects used in the actual report query.
DbObjectType nvarchar (128) NULL None  0 = Table
1 = TempTable
2 = View


All rights reserved.