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

DocumentOperationResponse.Message Property

Specifies the error message to display if performing a document operation fails.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "message")]
public string Message { get; set; }

Property Value

Type Description
String

A string specifying the text of the error message.

See Also