C1.WPF.ReportViewer Namespace > C1ReportViewer Class : AttachmentClick Event |
'Declaration
Public Event AttachmentClick As EventHandler(Of AttachmentClickEventArgs)
public event EventHandler<AttachmentClickEventArgs> AttachmentClick
The event handler receives an argument of type AttachmentClickEventArgs containing data related to this event. The following AttachmentClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Author | The author of attachment. |
Content | The content of attachment. |
Handled | Indicates whether the C1ReportViewer.AttachmentClick event has been handled by an event listener and C1ReportViewer should do nothing. |
Name | The name of attachment. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2