Click or drag to resize

MapperUtilsBuildReportUrl Method

Build a URL for a report.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string BuildReportUrl(
	string rptId,
	SavedFilter flt,
	IMapper mapper,
	int commandTimeout,
	string userParams,
	string userParamsDesc
)

Parameters

rptId
Type: SystemString
The ID of the report.
flt
Type: NetQuarrySavedFilter
The optional saved filter used to filter the data when running the report.
mapper
Type: NetQuarry.DataIMapper
The mapper associated with the report.
commandTimeout
Type: SystemInt32
The command timeout, ignored if not a positive number.
userParams
Type: SystemString
User parameters to pass to the report.
userParamsDesc
Type: SystemString
The natural language description of the user parameters.

Return Value

Type: String
The report URL.
See Also