OBJECTID Function (Report)

Microsoft Dynamics Nav 2009

Returns the name or number of a report.


String := Report.OBJECTID([UseNames])

Parameters

Report

Type: Report

UseNames

Type: Boolean

This parameter is optional.

If the parameter is set to true (default value) or if it is empty, the returned string contains the name of the report.

If the parameter is set to false, the returned string (report xxx) contains the number of the report.

Type: Text or code

The name or the number of the report.

This function is not supported on client report definition (RDLC) report layouts.

Community Additions

ADD
Show: