hwISession DeleteReport

Deletes the given report.

Syntax

hwISession_handle DeleteReport report_name

Application

HyperWorks Tcl Modify

Description

This command deletes the given report.

Inputs

report_name
The name of the report that you want to delete.

Example

hwi GetSessionHandle sess;
sess DeleteReport “My Report”;

Error

Returns success (0) or an error code.

Keywords

HyperWorks

Tcl

Report Template

Modify