DeleteReport

Deletes a report from the application server.

Syntax

<HsvReports>.DeleteReport bstrName, nReportFileType, nReportType

Argument

Description

bstrName

String (ByVal). The name of the report.

nReportFileType

Integer (ByVal). Identifies the file type of the report to be deleted. Pass one of the constants listed in Document File Type Constants.

nReportType

Integer (ByVal). Identifies the type of report to be deleted. Pass one of the constants listed in Document Type Constants that represent report types.

Example

DeleteReport is used in the Example for SetReport.