ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Validation Namespace / ValidationReportException Class / SubreportNotFound Method

In This Topic
    SubreportNotFound Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SubreportNotFound( _
       ByVal reportName As String _
    ) As ValidationReportException
    public static ValidationReportException SubreportNotFound( 
       string reportName
    )

    Parameters

    reportName
    See Also