ActiveReports 9
LocateCredentials Event (Viewer)

Fires when the PageReport to view generates LocateCredentials event.
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
DataSourceNameGets the name of the data source to locate credentials for.  
PasswordGets ot sets the password of the credentials to be located.  
PromptTextGets the text of prompt of the locate credentials request.  
ReportPathGets the name of the report to locate credentials for.  
UserNameGets ot sets the user name of the credentials to be located.  
See Also

Reference

Viewer Class
Viewer Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum