Create a Report.

Syntax

ISfinReports.CreateReportForScript(reportType, report, [supportReporting], [externalObject1], [externalObject2], [externalObject3])

Parameters

NameTypeOptionalByRefDescription
reportType isefinReportType The Report to create.
report I_ISReportBaseBL ByRef The new Report.
supportReporting ISfinSupport Optional The Support layer to use for Reporting (database access, global collections etc). This may differ from the current Support layer if the Report (and its underlying Query) is to use a different database. If omitted, global settings will be used to determine the Support layer to use. If omitted, a value of Nothing is assumed.
externalObject1 Object Optional The External Object 1 to use for this report. If omitted, a value of Nothing is assumed.
externalObject2 Object Optional The External Object 2 to use for this report. If omitted, a value of Nothing is assumed.
externalObject3 Object Optional The External Object 3 to use for this report. If omitted, a value of Nothing is assumed.

Return Value

Boolean
Member of:
ISfinReports
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0