Skip to main content

DocumentOperationResponse.Succeeded Property

Specifies whether a document operation has been successfully performed.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

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