ActiveReports 8
GrapeCity.ActiveReports.Web.Handlers Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Web.v8 Assembly : GrapeCity.ActiveReports.Web.Handlers Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Web.Handlers namespace contains the classes which handle the report types for web consumption.

Classes

 ClassDescription
ClassArHandlerBase This component supports the ActiveReports.Web infrastructure and is not intended to be used directly from your code. This is a base class that contains some methods used between the report processing HttpHandlers for ActiveReports.
ClassCompiledReportHandler By default the handler is registered with the *.ActiveReport file extension to pick up any request for an ActiveReport that has been compiled into a CLR/.NET assembly. The handler loads the ActiveReport from the specified assembly, runs and exports it to a specified format, defaulting to HTML.
ClassRdlxHandler Should be registered with the *.rdlx file extension to pick up any request for an rdlx file and process it. The handler loads the rdlx file into ActiveReport, runs and exports it to a specified format, defaulting to HTML.
ClassReportBinariesStreamer Responsible for intercepting requests for "*.ar8".
ClassRpxHandler Should be registered with the *.rpx file extension to pick up and process any request for an rpx file. The handler loads the rpx file into ActiveReports, runs and exports it to a specified format, defaulting to HTML.
ClassWebCacheAccessHandler This component supports the ActiveReports.Web infrastructure and is not intended to be used directly from your code.

See Also