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()
Public Function GetReportName As String
Return Value
Type:
StringThe SSR report name.
See Also