Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.38 KB

devenv-usetemporary-report-property.md

File metadata and controls

42 lines (28 loc) · 1.38 KB
title author ms.date ms.topic ms.assetid ms.author ms.reviewer
UseTemporary Property (Report)
solsen
04/01/2021
reference
729f3649-f7c8-498d-8c16-961771f192a0
jswymer
jswymer

UseTemporary Property (Report)

Version: Available from runtime version 1.0.

Sets whether a temporary table is used to store the data set that is returned for columns of a data item.

Applies to

  • Report data items

Property Value

True to use a temporary table; otherwise, false. The default value is false.

Syntax

UseTemporary = true;

Remarks

A temporary table is used as a buffer or intermediate storage for data. A temporary table is not stored in the database, but is only held in memory until the report is closed. A temporary table is useful when the column data is not mapped directly to a field in the database but is instead the result of a process or operation, such as an aggregation of data from several columns. If a temporary table is not used, the data must be handled by AL code.

For an example of the use of the UseTemporary property, see report 1306 in the [!INCLUDEdemolong].

See Also

Properties
Report Object
UseTemporary Property (XMLPort)
Temporary Tables