FlexReport for WinForms
SetConnectionOptions メソッド (ConnectionBase)


C1.Document アセンブリ > C1.Ssrs 名前空間 > ConnectionBase クラス : SetConnectionOptions メソッド
Address of SSRS server, like http://www.site.com/ReportServer.
ConnectionOptions object defines type of authentication, credential etc.
Sets the current connection options.
シンタックス
'宣言
 
Public Overridable Sub SetConnectionOptions( _
   ByVal reportServer As System.String, _
   ByVal connectionOptions As ConnectionOptions _
) 
'使用法
 
Dim instance As ConnectionBase
Dim reportServer As System.String
Dim connectionOptions As ConnectionOptions
 
instance.SetConnectionOptions(reportServer, connectionOptions)
public virtual void SetConnectionOptions( 
   System.string reportServer,
   ConnectionOptions connectionOptions
)

パラメータ

reportServer
Address of SSRS server, like http://www.site.com/ReportServer.
connectionOptions
ConnectionOptions object defines type of authentication, credential etc.
参照

参照

ConnectionBase クラス
ConnectionBase メンバ