ActiveReports 9
LocateCredentialsEventArgs Constructor

The name of the data source to locate credentials for.
The name of the report to locate credentials for.
The text of prompt of the locate credentials request.
Initializes new instance of LocateCredentialsEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSourceName As System.String, _
   ByVal reportPath As System.String, _
   ByVal promptText As System.String _
)
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

Reference

LocateCredentialsEventArgs Class
LocateCredentialsEventArgs Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum