ActiveReports 8
LocateCredentialsEventArgs Constructor
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace > LocateCredentialsEventArgs Class : LocateCredentialsEventArgs Constructor

dataSourceName
The name of the data source to locate credentials for.
reportPath
The name of the report to locate credentials for.
promptText
The text of prompt of the locate credentials request.

Glossary Item Box

Initializes new instance of LocateCredentialsEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataSourceName As System.String, _
   ByVal reportPath As System.String, _
   ByVal promptText As System.String _
)
C# 
public LocateCredentialsEventArgs( 
   System.string dataSourceName,
   System.string reportPath,
   System.string promptText
)

Parameters

dataSourceName
The name of the data source to locate credentials for.
reportPath
The name of the report to locate credentials for.
promptText
The text of prompt of the locate credentials request.

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