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
)
Public Shared Function BuildReportUrl (
rptId As String,
flt As SavedFilter,
mapper As IMapper,
commandTimeout As Integer,
userParams As String,
userParamsDesc As String
) As String
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:
StringThe report URL.
See Also