ASP.NET MVC 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class ExportCompletedEventArgs

Represents evemts occurs when Export completed.

Inheritance
System.Object
System.EventArgs
ExportCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public class ExportCompletedEventArgs : EventArgs

Constructors

ExportCompletedEventArgs()

Declaration
public ExportCompletedEventArgs()

Properties

ByteArray

Gets or sets byte array of exported file .

Declaration
public byte[] ByteArray { get; set; }
Property Value
Type Description
System.Byte[]

It contains the 8-bit unsigned integer of exported file.

ExecutionInfo

Gets or sets report execution information .

Declaration
public ExecutionInfo ExecutionInfo { get; set; }
Property Value
Type Description
ExecutionInfo

It contains the report execution information.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved