Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.21 KB

xmlportinstance-settableview-method.md

File metadata and controls

38 lines (31 loc) · 1.21 KB
title description ms.author ms.date ms.topic author ms.reviewer
Xmlport.SetTableView(var Record) Method
Applies the table view on the current record as the table view for the page, report, or XmlPort.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Xmlport.SetTableView(var Record) Method

Version: Available or changed with runtime version 1.0.

Applies the table view on the current record as the table view for the page, report, or XmlPort.

Syntax

 Xmlport.SetTableView(var Record: Record)

Parameters

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

Record
 Type: Record
The record that has a table view that you want to apply to the page or data item.

See Also

Xmlport Data Type
Get Started with AL
Developing Extensions