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)
Syntaxpublic string GetReportName(
	Report rpt,
	Properties props
)
Public Function GetReportName ( 
	rpt As Report,
	props As Properties
) As String
Parameters
- rpt
 - Type: NetQuarryReport
The report in question. - props
 - Type: NetQuarryProperties
The report parameters from the request. 
Return Value
Type: 
StringThe report name, or null if none can be determined.
See Also