Back to Devexpress

DocumentOperationResponse Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-datacontracts-5d85678c.md

latest2.1 KB
Original Source

DocumentOperationResponse Class

Provides information about the result of preforming a custom document operation.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly : DevExpress.XtraReports.v25.2.Web.dll

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
[DataContract]
public class DocumentOperationResponse
vb
<DataContract>
Public Class DocumentOperationResponse

The following members return DocumentOperationResponse objects:

Remarks

The DocumentOperationResponse object is returned by the DocumentOperationService.PerformOperation method of the DocumentOperationService class, allowing you to perform custom operations with a Document Viewer’s currently opened document.

Inheritance

Object DocumentOperationResponse

See Also

DocumentOperationResponse Members

DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts Namespace