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

DocumentOperationResponse.CustomData Property

Specifies custom data associated with the performed document operation.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "customData")]
public string CustomData { get; set; }

Property Value

Type Description
String

A string containing information associated with the document operation.

See Also