Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| Id | int identity | 4 | √ | null |
|
|
Data field - Id information for TemplateReportInDataSource business operations |
|
| ReportId | int | 4 | √ | null |
|
|
Report reference - Reference to the report template |
|
| DatasourceId | int | 4 | √ | null |
|
|
Data source reference - Reference to the standard data source |
|
| CustomDatasourceId | uniqueidentifier | 16 | √ | null |
|
|
Custom data source reference - Reference to custom or dynamic data source |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_TemplateReportInDataSource | Primary key | Asc | Id |