DocumentOperationRequest.DocumentId Property
Specifies the document ID.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
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