Class InteractiveActionCancelEventArgs
/// Provides data for interactive actions related event on the ReportViewer
and on the
Inheritance
System.Object
System.EventArgs
InteractiveActionCancelEventArgs
Inherited Members
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class InteractiveActionCancelEventArgs : InteractiveActionEventArgs
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|