'宣言 Public Function New( _ ByVal executionID As System.String, _ ByVal drillthroughID As System.String _ )
'使用法 Dim executionID As System.String Dim drillthroughID As System.String Dim instance As New DrillthroughReportAddress(executionID, drillthroughID)
public DrillthroughReportAddress( System.string executionID, System.string drillthroughID )
パラメータ
- executionID
- Execution ID of the master report.
- drillthroughID
- Drillthrough ID specifies the drillthrough report.