FlexReport for WinForms
SetConnectionOptions メソッド (ServerConnection)


C1.Document.4.6.2 アセンブリ > C1.Ssrs 名前空間 > ServerConnection クラス : 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 Overrides Sub SetConnectionOptions( _
   ByVal reportServer As System.String, _
   ByVal connectionOptions As ConnectionOptions _
) 
'使用法
 
Dim instance As ServerConnection
Dim reportServer As System.String
Dim connectionOptions As ConnectionOptions
 
instance.SetConnectionOptions(reportServer, connectionOptions)
public override 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.
参照

参照

ServerConnection クラス
ServerConnection メンバ