ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / LocateCredentialsEventArgs Class / LocateCredentialsEventArgs Constructor
The data source to locate credentials for.
The name of the report to locate credentials for.
The text of prompt of the locate credentials request.

In This Topic
    LocateCredentialsEventArgs Constructor
    In This Topic
    Initializes new instance of LocateCredentialsEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataSource As DataSource, _
       ByVal reportPath As String, _
       ByVal promptText As String _
    )
    public LocateCredentialsEventArgs( 
       DataSource dataSource,
       string reportPath,
       string promptText
    )

    Parameters

    dataSource
    The data source to locate credentials for.
    reportPath
    The name of the report to locate credentials for.
    promptText
    The text of prompt of the locate credentials request.
    See Also