This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/
Represents a method that allows the ReportSet to be processed before it goes to the server. This method must be overridden and contains no default behavior.
[Obsolete] public override void PreSaveReportSet(string name, ReportSet reportSet) { if (!AdHocSettings.CurrentUserName.Equals(reportSet.Owner)) Debug.WriteLine(string.Format("Non-owner about to save report: {0}", AdHocSettings.CurrentUserName)); }
<Obsolete> Public Overrides Sub PreSaveReportSet(name As String, reportSet As ReportSet) If Not AdHocSettings.CurrentUserName.Equals(reportSet.Owner) Then Debug.WriteLine(String.Format("Non-owner about to save report: {0}", AdHocSettings.CurrentUserName)) End If End Sub
Last edited by Joseph Adams, 2017-06-06 13:54:37