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

BuildStatus Struct

Represents a structure which stores the information about a document’s build status.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DataContract]
public struct BuildStatus

Remarks

A BuildStatus structure is returned by the ReportService.GetBuildStatus and IReportService.GetBuildStatus methods.

See Also