Delegate ExportBeginEventHandler
Represents the method that will handle the ExportBegin event of both WinForms and WPF report viewers.
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public delegate void ExportBeginEventHandler(object sender, ExportBeginEventArgs args);
Parameters
System. The source of the event. |
Export An Export |
Constructors
ExportBeginEventHandler(Object, IntPtr)
Declaration
public ExportBeginEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ExportBeginEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExportBeginEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Export
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ExportBeginEventArgs)
Declaration
public virtual void Invoke(object sender, ExportBeginEventArgs args)
Parameters
System.
|
Export
|