Next code shows the message after the report is saved.
designer.onSaveReport = function (args) { Stimulsoft.System.StiError.errorMessageForm.show("Your message text", true); //Second parameter - if "true" - Info message, else Error message }
Next code shows the message after the report is saved.
designer.onSaveReport = function (args) { Stimulsoft.System.StiError.errorMessageForm.show("Your message text", true); //Second parameter - if "true" - Info message, else Error message }
0 Comments