ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Validation Namespace / ValidationReportException Class / SubreportNotFound Method
A System.String value indicating the name of the subreport that was not found.

In This Topic
    SubreportNotFound Method
    In This Topic
    Creates a new ValidationReportException indicating that the specified subreport was not found.
    Syntax
    '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

    See Also