Click or drag to resize

ReportsGetExternalReportUrl Method

Returns a valid URL for a SSRS report. Used by the general request handler.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetExternalReportUrl(
	string qs
)

Parameters

qs
Type: SystemString
Must contain the report parameters as they are sent to the report, for example: %2foptionease_reports%2fGrants&uid=admin2010%40optionease.com&cid=2760&flt_id=C407CAA8734A442CB26EEE0CC723F609&grant_id=359189&rs%3aParameterLanguage=

Return Value

Type: String
The report URL.
See Also