OpenSTAAD V8i

Table.CreateReport

Creates a report with the specified title.

VB Syntax

Table.CreateReport"string szReportTitle"

Where:

szReportTitle

A null terminated string containing the title of the report.

Return Value

A long value containing the reference number for the report created to be used to access the report.

VB Example

'Get the application object --
'Create report
ReportNo = objOpenSTAAD.Table.CreateReport "My Report"