Renders a summary configuration view for a named data export definition, including its file name, target table, export type, delimiter, remote connection, and FTP details if configured.
Dataexport — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Param1 — the DataexportCode to look up in def_dataexport for the active package.
Returns an HTML Bootstrap grid fragment with a table of export properties. If a remote FTP connection is configured, it additionally queries Def_RemoteConnections to show the FTP user, type, and address.
def_dataexport and Def_RemoteConnections.