ReportService.GetDrillThroughDetailReport(InstanceIdentity, String) Method
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v26.1.Service.dll
Declaration
public virtual DrillThroughDetailReportIdentityData GetDrillThroughDetailReport(
InstanceIdentity identity,
string data
)
Parameters
| Name | Type |
|---|---|
| identity | InstanceIdentity |
| data | String |
Returns
| Type |
|---|
| DevExpress.DocumentServices.ServiceModel.DataContracts.DrillThroughDetailReportIdentityData |
See Also