ComponentOne FlexReport for WinForms
SSRSDrillthroughReportLocation Constructor

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

Parameters

reportServer
Address of the server.
executionID
Execution ID of the master report.
drillthroughID
ID of the drillthrough report.
See Also

Reference

SSRSDrillthroughReportLocation Class
SSRSDrillthroughReportLocation Members