Initialise the report.

If this report is variable (i.e. it supports more than one report) then the ReportId can be used when the parameters are defined or the report is executed to vary parameters or behavior.

Syntax

ISReportBase.Initialise(application, [reportId], [friendlyName], [iconResourceId], [isQueuable], [supportReporting], [detailsReportSimple], [externalObject1], [externalObject2], [externalObject3], [category])

Parameters

NameTypeOptionalByRefDescription
application ISReportsBase
reportId String Optional This Report's Id.
friendlyName String Optional
iconResourceId String Optional
isQueuable Boolean Optional If omitted, a value of False is assumed.
supportReporting ISSupport Optional If omitted, a value of Nothing is assumed.
detailsReportSimple Boolean Optional If omitted, a value of False is assumed.
externalObject1 Object Optional If omitted, a value of Nothing is assumed.
externalObject2 Object Optional If omitted, a value of Nothing is assumed.
externalObject3 Object Optional If omitted, a value of Nothing is assumed.
category String Optional

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISReportBase
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0