IReportProviderAsync Methods
Allows you to implement a service that asynchronously resolves a report name to a report instance.Name | Description |
---|---|
GetReportAsync(String, ReportProviderContext) | Returns a report object based on the specified report ID and context. |
See Also