ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate ReportWriter.ExportByteCompletedEventHandler - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate ReportWriter.ExportByteCompletedEventHandler

    delegate of ExportByteCompletedEventHandler

    Namespace: Syncfusion.EJ.ReportWriter
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public delegate void ExportByteCompletedEventHandler(object sender, byte[] e);
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    System.Byte[] e

    An Syncfusion.ReportWriter.ReportWriter.ReportErrorEventArgs that contains the event data.

    Constructors

    ExportByteCompletedEventHandler(Object, IntPtr)

    Declaration
    public ExportByteCompletedEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, Byte[], AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, byte[] e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    System.Byte[] e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, Byte[])

    Declaration
    public virtual void Invoke(object sender, byte[] e)
    Parameters
    Type Name Description
    System.Object sender
    System.Byte[] e
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved