ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportNotFoundException Class / ReportNotFoundException Constructor / ReportNotFoundException Constructor(String)
The report identifier.

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

    Parameters

    report
    The report identifier.
    See Also