'Declaration Public Function BeginCreateReport( _ ByVal BatchHeader As BatchHeader, _ ByVal Report As String, _ ByVal Parent As String, _ ByVal Overwrite As Boolean, _ ByVal Definition() As Byte, _ ByVal Properties() As Property, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginCreateReport( BatchHeader BatchHeader, string Report, string Parent, bool Overwrite, byte[] Definition, Property[] Properties, AsyncCallback callback, object asyncState )
Parameters
- BatchHeader
- Report
- Parent
- Overwrite
- Definition
- Properties
- callback
- asyncState