Interface IReportRequest
Defines methods to notify the user when HTTP request is raised from intermediate service to process a report.
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public interface IReportRequest
  Methods
OnRequestBegin(HttpClient)
This method is always invoked when any HTTP request is raised from intermediate service for processing of a report.
Declaration
void OnRequestBegin(HttpClient httpClient)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Net.Http.HttpClient | httpClient | An object that contains the HTTP request.  |