RibbonView.showDataSaveDialog

Syntax

showDataSaveDialog (args, mode)

Parameters

args. Information.

mode. Dialog box display mode, an item of the DataSaveDlgMode enumeration.

Description

The showDataSaveDialog method opens an dialog box to save changed data of the report.

Comments

A data save dialog box in NoCancel mode (without the Exit button) opens on clicking the Share button in the ribbon, if the table cells contain any unsaved data.

Clicking the Cancel Changes button on the ribbon to open the data save dialog box in the Undo mode.

By default the dialog box opens in the Full mode.

Example

The example of method use is given in description of the RibbonView.Exited event.

See also:

RibbonView