Report > Report Assembly Interfaces > IReportProtectionFailEventArgs
Assembly: Report;
The IReportProtectionFailEventArgs interface contains argument properties of the event that occurs on triggering protection of a report displayed in the ReportBox component.
IReportProtectionFailEventArgs
Property name | Brief description | |
![]() |
Handled | The Handled property determines whether the triggered protection violation is handled. |
![]() |
Message | The Message property returns the information message about a denied action that triggered an event. |
Property name | Brief description | |
![]() |
Report | The Report property returns the ReportBox component that has generated the event. |
![]() |
Sheet | The Sheet property returns the sheet of the regular report, on which the event has occurred. |
See also: