reportStr Function

Returns a string representing a report.


str reportStr(class report)

Parameter

Description

report

The report you want to return the name of.

The name of the report.

If the report does not exist you will get a syntax error.

The following example assigns the name of the CustTransList report to MyTxt.

str MyTxt;
;
MyTxt = reportStr(CustTransList);

Community Additions

ADD
Show: