SRSReportRun::itemExists Method [AX 2012]

Indicates whether an item at the specified path is in SSRS.

client private static boolean itemExists(str _itemPath)

Run On

Client

Parameters

_itemPath
Type: str
The SSRS path of the item.

Return Value

Type: boolean
true if the item exists; otherwise, false.
Show: