Click or drag to resize

ReportGetReportName Method

Returns the report name for this object. The report name is the name of the SSRS object (/optionease/grants_list_summary). If the ReportName property is set it is used. Otherwise, the report name is extracted from the params (QueryString) value in the report.

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

Return Value

Type: String
The SSR report name.
See Also