Class WebExport
Web handler class
Inheritance
System.Object
WebExport
Namespace: FastReport.Web.Handlers
Assembly: FastReport.Web.dll
Syntax
public class WebExport : IHttpHandler, IRequiresSessionState
Properties
IsReusable
Declaration
public bool IsReusable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ProcessRequest(HttpContext)
Process Request
Declaration
public void ProcessRequest(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContext | context |