Skip to main content

DocumentOperationResponse.Message Property

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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