Export report to Directory
This commit is contained in:
@@ -23,7 +23,7 @@ Namespace Documents
|
||||
End Structure
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig, pWinline As WinlineData, pMappingConfig As MappingConfig, pTemplateConfig As TemplateConfig)
|
||||
MyBase.New(pLogConfig, pLogConfig.GetLogger())
|
||||
MyBase.New(pLogConfig)
|
||||
Winline = pWinline
|
||||
MappingConfig = pMappingConfig
|
||||
TemplateConfig = pTemplateConfig
|
||||
@@ -203,7 +203,8 @@ Namespace Documents
|
||||
oFields.Add(oColumn.Name, New DocumentRow.FieldValue With {
|
||||
.DataType = oColumn.Type,
|
||||
.IsRequired = oColumn.IsRequired,
|
||||
.SortKey = oColumn.OrderKey
|
||||
.SortKey = oColumn.OrderKey,
|
||||
.IsVirtual = True
|
||||
})
|
||||
Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user