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

Class ExecutionInfo

Report execution information

Inheritance
System.Object
ExecutionInfo
Inherited Members
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.Processing
Assembly: BoldReports.Web.dll
Syntax
public class ExecutionInfo

Constructors

ExecutionInfo()

Declaration
public ExecutionInfo()

Properties

AdditionalInfo

Additional information about the execution.

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

ByteCount

Size of rendered or exported report in bytes.

Declaration
public long ByteCount { get; set; }
Property Value
Type Description
System.Int64

DataRetrievedTime

Time that indicate when the data has been retrieved.

Declaration
public string DataRetrievedTime { get; set; }
Property Value
Type Description
System.String

EvaluateTime

Declaration
public double EvaluateTime { get; set; }
Property Value
Type Description
System.Double

ExecutionID

Current execution ID of the report.

Declaration
public string ExecutionID { get; set; }
Property Value
Type Description
System.String

Format

Rendering format.

Declaration
public string Format { get; set; }
Property Value
Type Description
System.String

ItemAction

Current report action.

Declaration
public string ItemAction { get; set; }
Property Value
Type Description
System.String

ItemPath

Get the path of the report.

Declaration
public string ItemPath { get; set; }
Property Value
Type Description
System.String

LayoutTime

Declaration
public double LayoutTime { get; set; }
Property Value
Type Description
System.Double

Parameters

Parameter values used for a report execution.

Declaration
public string Parameters { get; set; }
Property Value
Type Description
System.String

ParseTime

Declaration
public double ParseTime { get; set; }
Property Value
Type Description
System.Double

RowCount

Number of rows returned from queries.

Declaration
public long RowCount { get; set; }
Property Value
Type Description
System.Int64

TimeDataRetrieval

Number of milliseconds spent retrieving the data.

Declaration
public int TimeDataRetrieval { get; set; }
Property Value
Type Description
System.Int32

TimeEnd

Stop time that indicate the duration of a report process.

Declaration
public DateTime TimeEnd { get; set; }
Property Value
Type Description
System.DateTime

TimeProcessing

Number of milliseconds spent processing the report.

Declaration
public int TimeProcessing { get; set; }
Property Value
Type Description
System.Int32

TimeStart

Start time that indicate the duration of a report process.

Declaration
public DateTime TimeStart { get; set; }
Property Value
Type Description
System.DateTime

UserName

User identifier.

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String

Methods

Dispose()

Declaration
public void Dispose()
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