IReportProtectionFailEventArgs

Assembly: Report;

Description

The IReportProtectionFailEventArgs interface contains argument properties of the event that occurs on triggering protection of a report displayed in the ReportBox component.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportProtectionFailEventArgs

Properties

  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.

Properties inherited from IReportEventArgs

  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:

Report Assembly Interfaces