ReportService.GetDocumentData(DocumentId) Method
Gets the data related to the specified document.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| documentId | DocumentId | A DocumentId object. |
Returns
| Type | Description |
|---|---|
| DocumentData | A DocumentData object. |
Implements
See Also