ActiveReports Developer 7
LocateCredentialsEventArgs Constructor
See Also 
GrapeCity.ActiveReports.v7 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.

See Also