IReportServiceClient.GetDrillThroughDetailReportAsync(InstanceIdentity, String, Object) Method
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.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