ActiveReports 9 Server
ResourceHandler Property

Specifies the path to the TemporaryResource.axd on the report server. This is used to download resources such as report information when a user views the report list.

Syntax
'Declaration
 
Public Property ResourceHandler As String
public string ResourceHandler {get; set;}

Property Value

The resource handler url.
Remarks

Normally this property is set to:

http://reportserverhost:port/TemporaryResource.axd

where reportserverhost is the root of the ActiveReports 8 Server installation and port is the port on which the server responds.

On a development machine where the server is also installed on the same development machine it might simply be:

http://localhost/TemporaryResource.axd 

In a production environment, if the report server is on the same machine that hosts the web application with the ReportList control, it might be:

http://myappserver.local/rptSrvVDir/TemporaryResource.axd

where myappserver.local is the hostname containing the application and the report server and rptSrvVDir is the virtual directory where ActiveReports 8 Server is hosted.

Note: The end user accesses this URL from a browser on the client machine, so the URL needs to be resolvable from the client machine's browser.

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

ReportList Class
ReportList Members
ServerEndpointRootPath Property

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum