Reporting

Namespace: Telerik.ReportViewer.WebForms
Assembly: Telerik.ReportViewer.WebForms (in Telerik.ReportViewer.WebForms.dll)

Syntax

C#
public IHttpHandler GetHandler(
	HttpContext context,
	string requestType,
	string url,
	string pathTranslated
)
Visual Basic
Public Function GetHandler ( _
	context As HttpContext, _
	requestType As String, _
	url As String, _
	pathTranslated As String _
) As IHttpHandler

Parameters

context
Type: System.Web..::..HttpContext
requestType
Type: System..::..String
url
Type: System..::..String
pathTranslated
Type: System..::..String

Implements

IHttpHandlerFactory..::..GetHandler(HttpContext, String, String, String)

Version Information

Supported in: 1.0.1

See Also