Click or drag to resize

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)
Syntax
public string GetReportInfo(
	string reportName,
	Report rpt
)

Parameters

reportName
Type: SystemString
The name of the report.
rpt
Type: NetQuarryReport
The report descriptor.

Return Value

Type: String
Returns the report's error information string.
See Also