ReportService.StartBuild(InstanceIdentity, ReportBuildArgs) Method
In This Article
Starts building a report document on the server.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
public virtual DocumentId StartBuild(
InstanceIdentity identity,
ReportBuildArgs buildArgs
)
#Parameters
Name | Type | Description |
---|---|---|
identity | Instance |
An Instance |
build |
Report |
A Report |
#Returns
Type | Description |
---|---|
Document |
A Document |
See Also