Report.ObjectId([Boolean]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets the name or number of the report.

Syntax

String :=   Report.ObjectId([UseNames: Boolean])

Parameters

Report
 Type: Report
An instance of the Report data type.

[Optional] UseNames
 Type: Boolean
true (default value) if the returned string contains the name of the report, false if the returned string contains the number of the report.

Return Value

String
 Type: Text
The name or number of the report.

See Also

Report Data Type
Get Started with AL
Developing Extensions