ActiveReports for .NET 18.0J
SetCredentials メソッド (CommonDbConnectionAdapter)

GrapeCity.ActiveReports.Rendering.DataProcessing 名前空間 > CommonDbConnectionAdapter クラス : SetCredentials メソッド
データベース接続。
ユーザー名。
パスワード。
データベース接続に資格情報を設定します。
シンタックス
'宣言
 
Public Sub SetCredentials( _
   ByVal connection As DbConnection, _
   ByVal userName As String, _
   ByVal password As String _
) 
public void SetCredentials( 
   DbConnection connection,
   string userName,
   string password
)

パラメータ

connection
データベース接続。
userName
ユーザー名。
password
パスワード。
参照

CommonDbConnectionAdapter クラス
CommonDbConnectionAdapter メンバ