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

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

    Parameters

    dataSetName
    The name of the data set.

    Return Value

    A new instance of DataProcessingException.
    See Also