Reporting

The ServiceOperationResultBase type exposes the following members.

Constructors

  NameDescription
Public methodServiceOperationResultBase
Initializes a new instance of the ServiceOperationResultBase class

Methods

  NameDescription
Protected methodRaiseExceptionIfNecessary
Throws an ReportServiceOperationException if the current operation has ended with an error.
Public methodThrowOnError
Throws an ReportServiceOperationException if the current operation has ended with an error.

Properties

  NameDescription
Public propertyError
Gets or sets the current error message for the current service operation.
Public propertyHasError
Indicates whether the current operation has ended with error.

See Also