ComponentOne FlexReport for WinForms
SSRSReportLocation Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > SSRSReportLocation Class : SSRSReportLocation Constructor
Address of the SSRS server.
Full path to the report on the server.
Initializes a new instance of the SSRSReportLocation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal reportServer As System.String, _
   ByVal reportPath As System.String _
)
public SSRSReportLocation( 
   System.string reportServer,
   System.string reportPath
)

Parameters

reportServer
Address of the SSRS server.
reportPath
Full path to the report on the server.
See Also

Reference

SSRSReportLocation Class
SSRSReportLocation Members