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

DocumentOperationResponse.DocumentId Property

Specifies the document ID.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "documentId")]
public string DocumentId { get; set; }

Property Value

Type Description
String

A string that specifies the document ID.

See Also