Share via


ExecutionInfo Members

Include Protected Members
Include Inherited Members

Describes the state of the current report execution.

The ExecutionInfo type exposes the following members.

Constructors

  Name Description
Public method ExecutionInfo() Initializes a new instance of the ExecutionInfo class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AllowQueryExecution Indicates whether the user is allowed to provide values for parameters used in the query.
Public property AutoRefreshInterval Represents the rate, in seconds, at which a report page rendered as HTML automatically refreshes. Read-only.
Public property CredentialsRequired Indicates whether the report requires credentials.
Public property DataSourcePrompts Gets or sets the prompt strings for each data source associated with a report.
Public property ExecutionDateTime Gets or sets the date and time that the snapshot associated with the execution was created.
Public property ExecutionID Gets or sets a string that uniquely identifies the current execution.
Public property ExpirationDateTime Gets or sets the date and time that the execution expires.
Public property HasDocumentMap Indicates whether the report has a document map.
Public property HasSnapshot Indicates whether data has been retrieved and processed for the report.
Public property HistoryID Gets or sets a string containing the history ID if the report is from a report history snapshot.
Public property NeedsProcessing Indicates whether the snapshot associated with the execution needs to be created or reprocessed.
Public property NumPages Gets or sets the number of logical pages, including soft page breaks, in the report.
Public property Parameters Contains the current parameter information for the execution.
Public property ParametersRequired Indicates whether the report requires parameter values to be supplied.
Public property ReportPageSettings Represents the report page settings for the current execution.
Public property ReportPath Gets or sets the full path to the report on the server.

Top