Click or drag to resize

ConfigurationManagerGetReportName Method

Gets the report name. Typically this is a property on the Report object, but if not present, the name determination falls back to the old naming scheme is for backward compatibility.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetReportName(
	Report rpt,
	Properties props
)

Parameters

rpt
Type: NetQuarryReport
The report in question.
props
Type: NetQuarryProperties
The report parameters from the request.

Return Value

Type: String
The report name, or null if none can be determined.
See Also