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

DocumentOperationRequest.DocumentId Property

Specifies the document ID.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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

Declaration

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

Property Value

Type Description
String

A string that specifies the document ID.

See Also