ActiveReports 8
RdlxHandler Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Web.v8 Assembly > GrapeCity.ActiveReports.Web.Handlers Namespace : RdlxHandler Class

Glossary Item Box

The following tables list the members exposed by RdlxHandler.

Public Constructors

 NameDescription
Public ConstructorRdlxHandler ConstructorInitializes an instance of the RdlxHandler class.  
Top

Public Properties

 NameDescription
Public PropertyIsReusableReturns a value indicating whether the class can be pooled. (Inherited from GrapeCity.ActiveReports.Web.Handlers.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