Skip to main content

DocumentOperationResponse.DocumentId Property

Specifies the document ID.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.XtraReports.v23.2.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