Namespace: PP.Prx.Ui
The DataSaveDlgMode enumeration contains modes to display the dialog box of the regular report data saving.
It is used by the RibbonView.showDataSaveDialog method.
Value |
Brief description |
Full |
This dialog box contains Yes, No, and Cancel buttons. Dialog text is as follows: Do you want to save modified data to source before executing the operation? This mode is used by default. |
NoCancel |
This dialog box contains Yes and No buttons. Dialog text is as follows: Do you want to save modified data to source before executing the operation? |
Undo |
This dialog box contains Yes and No buttons. Dialog text is as follows: The report contains modified data. Do you really want to cancel changes? |
See also: