ActiveReports 8
LocateCredentials Event
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Document Namespace > PageDocument Class : LocateCredentials Event

Glossary Item Box

Occurs when the report needs to obtain data source credentials from the calling application.

Syntax

Visual Basic (Declaration) 
Public Event LocateCredentials As LocateCredentialsEventHandler
C# 
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
DataSourceName Gets the name of the data source to locate credentials for.
Password Gets ot sets the password of the credentials to be located.
PromptText Gets the text of prompt of the locate credentials request.
ReportPath Gets the name of the report to locate credentials for.
UserName Gets 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