シンタックス
'宣言
Public Function CreateLinkedReport( _
ByVal As BatchHeader, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal () As Property _
) As ServerInfoHeader
'使用法
Dim instance As ReportingService2005SoapClient
Dim BatchHeader As BatchHeader
Dim Report As System.String
Dim Parent As System.String
Dim Link As System.String
Dim Properties() As Property
Dim value As ServerInfoHeader
value = instance.CreateLinkedReport(BatchHeader, Report, Parent, Link, Properties)
public ServerInfoHeader CreateLinkedReport(
BatchHeader ,
System.string ,
System.string ,
System.string ,
Property[]
)
パラメータ
- BatchHeader
- Report
- Parent
- Link
- Properties
参照