Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerDocumentOperationResponse.message Property

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

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string message { get; }

Property Value

Type Description
String

A string specifying the text of the error message.

See Also