ReportIncludeFile


Description

Report include file associations that link reports to external files, templates, or resources required for report generation and formatting.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
FileName Unknown 0 null

File name - Name of the included file

FilePath Unknown 0 null

File path - Location of the included file

FileType Unknown 0 null

File type - Type of included file (Template, CSS, etc.)

fkReportID Unknown 0 null

Report reference - Reference to the report

ReportID int 4 null
Reports.ReportID FK__ReportInc__Repor__4E88ABD4 C

Reference identifier - Foreign key reference to related entity or lookup table

IncID int 4 null
CriteriaInclude.IncID FK__ReportInc__IncID__18AC8967 C

Reference identifier - Foreign key reference to related entity or lookup table

DisplayOrder int 4 null

Numeric value - Quantity, count, or numeric measurement for ReportIncludeFile records

IncludeId Unknown 0 null

Primary key - ReportIncludeFile unique identifier for each include file association

LoadOrder Unknown 0 null

Load order - Order in which files should be loaded

yy int identity 4 null

Data field - yy information for ReportIncludeFile business operations

Indexes

Constraint Name Type Sort Column(s)
PK_ReportIncludeFile Primary key Asc yy

Relationships