ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ReportStoreException Class / LibraryReportItemNotFound Method

In This Topic
    LibraryReportItemNotFound Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function LibraryReportItemNotFound( _
       ByVal reportPartName As String, _
       ByVal reportItemName As String _
    ) As ReportStoreException
    public static ReportStoreException LibraryReportItemNotFound( 
       string reportPartName,
       string reportItemName
    )

    Parameters

    reportPartName
    reportItemName
    See Also