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

IReportService.StartBuild(InstanceIdentity, ReportBuildArgs) Method

Starts building a report document on the server.

Namespace: DevExpress.XtraReports.Service

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

NuGet Package: DevExpress.Reporting.WCF

Declaration

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
DocumentId StartBuild(
    InstanceIdentity identity,
    ReportBuildArgs buildArgs
)

Parameters

Name Type Description
identity InstanceIdentity

An InstanceIdentity object.

buildArgs ReportBuildArgs

A ReportBuildArgs object.

Returns

Type Description
DocumentId

A DocumentId object.

See Also