ActiveReports 9
RdlxHandler Class
Members 

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.
Object Model
RdlxHandler Class
Syntax
'Declaration
 
Public NotInheritable Class RdlxHandler 
   Inherits ArHandlerBase
public sealed class RdlxHandler : ArHandlerBase 
Remarks
To use this handler you must enter the following into your web.config file:
<httpHandlers>
<add verb="*" path="*.rdlx" type="GrapeCity.ActiveReports.Web.Handlers.RdlxHandler, GrapeCity.ActiveReports.Web.v9" />
</httpHandlers>
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Web.Handlers.ArHandlerBase
      GrapeCity.ActiveReports.Web.Handlers.RdlxHandler

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RdlxHandler Members
GrapeCity.ActiveReports.Web.Handlers Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum