IReportService.GetDrillThroughDetailReport(InstanceIdentity, String) Method
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v26.1.Service.dll
Declaration
[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
DrillThroughDetailReportIdentityData GetDrillThroughDetailReport(
InstanceIdentity identity,
string data
)
Parameters
| Name | Type |
|---|---|
| identity | InstanceIdentity |
| data | String |
Returns
| Type |
|---|
| DevExpress.DocumentServices.ServiceModel.DataContracts.DrillThroughDetailReportIdentityData |
See Also