ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataProcessingException Class / DataProviderNotFound Method
The name of the data provider.

In This Topic
    DataProviderNotFound Method
    In This Topic
    Creates a new DataProcessingException indicating that the data provider was not found.
    Syntax
    'Declaration
     
    Public Shared Function DataProviderNotFound( _
       ByVal dataProviderName As String _
    ) As Exception
    public static Exception DataProviderNotFound( 
       string dataProviderName
    )

    Parameters

    dataProviderName
    The name of the data provider.

    Return Value

    A new instance of DataProcessingException.
    See Also