[]
        
(Showing Draft Content)

C1.Ssrs.ConnectionBase.SetConnectionOptions

SetConnectionOptions Method

SetConnectionOptions(string, ConnectionOptions)

Sets the current connection options.

Declaration
public virtual void SetConnectionOptions(string reportServer, ConnectionOptions connectionOptions)
Public Overridable Sub SetConnectionOptions(reportServer As String, connectionOptions As ConnectionOptions)
Parameters
Type Name Description
string reportServer

Address of SSRS server, like http://www.site.com/ReportServer.

ConnectionOptions connectionOptions

ConnectionOptions object defines type of authentication, credential etc.