ConfigurationManagerGetReportInfo Method  | 
 
            Gets report error message information.
            
 
    Namespace: 
   NetQuarry.Reporting
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string GetReportInfo(
	string reportName,
	Report rpt
)
Public Function GetReportInfo ( 
	reportName As String,
	rpt As Report
) As String
Parameters
- reportName
 - Type: SystemString
The name of the report. - rpt
 - Type: NetQuarryReport
The report descriptor. 
Return Value
Type: 
StringReturns the report's error information string.
See Also