ComponentOne FlexReport for WinForms
SSRSSessionReportLocation Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > SSRSSessionReportLocation Class : SSRSSessionReportLocation Constructor
Address of the server.
Session ID of the report.
Initializes a new instance of the SSRSSessionReportLocation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal reportServer As System.String, _
   ByVal sessionID As System.String _
)
public SSRSSessionReportLocation( 
   System.string reportServer,
   System.string sessionID
)

Parameters

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

Reference

SSRSSessionReportLocation Class
SSRSSessionReportLocation Members