Class ExportCompletedEventArgs
Represents evemts occurs when Export completed.
Inheritance
System.Object
ExportCompletedEventArgs
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. |