FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ServerConnection Class / SetConnectionOptions Method
Address of SSRS server, like http://www.site.com/ReportServer.
ConnectionOptions object defines type of authentication, credential etc.

In This Topic
    SetConnectionOptions Method (ServerConnection)
    In This Topic
    Sets the current connection options.
    Syntax
    'Declaration
     
    Public Overrides Sub SetConnectionOptions( _
       ByVal reportServer As String, _
       ByVal connectionOptions As ConnectionOptions _
    ) 
    public override void SetConnectionOptions( 
       string reportServer,
       ConnectionOptions connectionOptions
    )

    Parameters

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