ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataProcessingException Class / DataProviderNotFound Method

In This Topic
    DataProviderNotFound Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DataProviderNotFound( _
       ByVal dataProviderName As String _
    ) As Exception
    public static Exception DataProviderNotFound( 
       string dataProviderName
    )

    Parameters

    dataProviderName
    See Also