'Declaration Public Function BeginCreateLinkedReport( _ ByVal BatchHeader As BatchHeader, _ ByVal Report As String, _ ByVal Parent As String, _ ByVal Link As String, _ ByVal Properties() As Property, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginCreateLinkedReport( BatchHeader BatchHeader, string Report, string Parent, string Link, Property[] Properties, AsyncCallback callback, object asyncState )
Parameters
- BatchHeader
- Report
- Parent
- Link
- Properties
- callback
- asyncState