'Declaration Public Shared Function SubreportNotFound( _ ByVal reportName As String _ ) As ValidationReportException
public static ValidationReportException SubreportNotFound( string reportName )
Parameters
- reportName
- A System.String value indicating the name of the subreport that was not found.
Return Value
A new ValidationReportException instance.