IReportServiceClient.GetDrillThroughDetailReportAsync(InstanceIdentity, String, Object) Method
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
void GetDrillThroughDetailReportAsync(
InstanceIdentity identity,
string data,
object asyncState
)
Parameters
| Name | Type |
|---|---|
| identity | InstanceIdentity |
| data | String |
| asyncState | Object |
See Also