ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataProcessingException Class / SharedDataSourceNotLoaded Method
The reference to the shared data source.

In This Topic
    SharedDataSourceNotLoaded Method
    In This Topic
    Creates a new DataProcessingException indicating that the shared data source could not be loaded.
    Syntax
    'Declaration
     
    Public Shared Function SharedDataSourceNotLoaded( _
       ByVal dsRef As String _
    ) As DataProcessingException
    public static DataProcessingException SharedDataSourceNotLoaded( 
       string dsRef
    )

    Parameters

    dsRef
    The reference to the shared data source.

    Return Value

    A new instance of DataProcessingException.
    See Also