ReportService.StartBuild(InstanceIdentity, ReportBuildArgs) Method
Starts building a report document on the server.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
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