Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
report-engine
/
org.octavius.report.configuration
/
ReportConfiguration
/
ReportConfiguration
Report
Configuration
constructor
(
id
:
Int
?
=
null
,
name
:
String
,
reportName
:
String
,
description
:
String
?
=
null
,
isDefault
:
Boolean
=
false
,
visibleColumns
:
List
<
String
>
,
columnOrder
:
List
<
String
>
,
sortOrder
:
List
<
SortConfiguration
>
,
pageSize
:
Long
,
filters
:
List
<
FilterConfig
>
)