ActiveReports 9
LocateCredentials Event (PageDocument)

Occurs when the report needs to obtain data source credentials from the calling application.
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

PageDocument Class
PageDocument Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum