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. |