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

ReportService.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

public virtual 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