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