Skip to main content
A newer version of this page is available. .

IReportService.GetDocumentData(DocumentId) Method

Gets the data related to the specified document.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v18.2.Service.dll

Declaration

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
DocumentData GetDocumentData(
    DocumentId documentId
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object.

Returns

Type Description
DocumentData

A DocumentData object.

See Also