The ReportExecutionInfo type exposes the following members.

Constructors

  NameDescription
ReportExecutionInfo
Initializes a new instance of the ReportExecutionInfo class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CredentialsRequired
Indicates whether the report needs to be supplied with credentials.
DataSourcePrompts
Gets or sets the prompt strings for each data source associated with a report.
ExecutionDateTime
Gets or sets the date and time that the snapshot associated with the created execution.
ExecutionID
Gets or sets a string that uniquely identifies the current execution.
ExpirationDateTime
Gets or sets the date and time that the execution expires.
NeedProcessing
Indicates whether the snapshot associated with the execution needs to be created or reprocessed.
Parameters
Contains the current parameter information for the execution.
ParametersRequired
Indicates whether the report requires parameter values to be supplied.
ReportName
Gets or sets the full path to the report on the server.

See Also