Click or drag to resize

ReportParams Property

The report's parameters.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Params { get; set; }

Property Value

Type: String
Additional parameters to be added to the report URL when run.
Remarks
The parameters are resolved for embedded functions each time the report URL is generated.
See Also