Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / SSRSSessionReportLocation Class / SSRSSessionReportLocation Constructor
Address of the server.
Session ID of the report.

In This Topic
    SSRSSessionReportLocation Constructor
    In This Topic
    Initializes a new instance of the SSRSSessionReportLocation class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportServer As String, _
       ByVal sessionID As String _
    )
    public SSRSSessionReportLocation( 
       string reportServer,
       string sessionID
    )

    Parameters

    reportServer
    Address of the server.
    sessionID
    Session ID of the report.
    See Also