Report.ExcelLayout(var InStream) Method
Version: Available or changed with runtime version 9.0 until version 14.0 where it was deprecated for the following reason: "Replace with layout selection and 'Report Layout List' lookup. See https://go.microsoft.com/fwlink/?linkid=2284102&clcid=0x409 for more information."
Gets the Excel layout that is used on a report and returns it as a data stream.
Syntax
[Ok := ] Report.ExcelLayout(var InStream: InStream)
Parameters
Report
Type: Report
An instance of the Report data type.
InStream
Type: InStream
The variable in which to return the Excel layout.
Return Value
[Optional] Ok
Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.