The actual output of the Report cannot be retrieved directly, as it must be executed to generate results. However, the SQL definition used by the Report can be accessed from the ExtendedData CLOB, which contains a Livelink Assoc object. One of its properties, SQL, holds the query logic. Note that this SQL may include replacement variables (e.g., %1, %2), which means it may not be immediately executable or usable without resolving those placeholders.