ActiveReports.Web Request technical support
CompiledReportHandler Class Members
See Also  Properties  Methods 


The following tables list the members exposed by CompiledReportHandler.

Public Constructors

 NameDescription
Public ConstructorCompiledReportHandler ConstructorInitializes a new instance of the CompiledReportHandler class.  
Top

Public Properties

 NameDescription
Public PropertyIsReusableReturns a value indicating whether the class can be pooled. (Inherited from ArHandlerBase)
Top

Public Methods

 NameDescription
Public MethodProcessRequestOverridden. This is the method that ASP.NET will use to allow the handler to handle a request. Essentially all handler work begins with this method.  
Top

See Also