ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / LocateCredentials Event

In This Topic
    LocateCredentials Event (Designer)
    In This Topic
    Occurs when the report is previewed and credentials are needed.
    Syntax
    'Declaration
     
    Public Event LocateCredentials As LocateCredentialsEventHandler
    public event LocateCredentialsEventHandler LocateCredentials
    Event Data

    The event handler receives an argument of type LocateCredentialsEventArgs containing data related to this event. The following LocateCredentialsEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the data source to locate credentials for.  
    Gets ot sets the password of the credentials to be located.  
    Gets the text of prompt of the locate credentials request.  
    Gets the name of the report to locate credentials for.  
    Gets ot sets the user name of the credentials to be located.  
    See Also