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

DocumentOperationResponse.Succeeded Property

Specifies whether a document operation has been successfully performed.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "succeeded")]
public bool Succeeded { get; set; }

Property Value

Type Description
Boolean

true, if the document operation has been successfully performed; otherwise, false.

See Also