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

LocateCredentialsEventArgs Class
LocateCredentialsEventArgs Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum