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.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageDocument Class
PageDocument Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum