ReportNotFoundException Constructor(String)
In This Topic
Initializes a new instance of the
ReportNotFoundException class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ReportNotFoundException(
string
)
Parameters
- report
- The report identifier.
See Also