'Declaration Public Function BeginSetModelDrillthroughReports( _ ByVal BatchHeader As BatchHeader, _ ByVal Model As String, _ ByVal ModelItemID As String, _ ByVal Reports() As ModelDrillthroughReport, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginSetModelDrillthroughReports( BatchHeader BatchHeader, string Model, string ModelItemID, ModelDrillthroughReport[] Reports, AsyncCallback callback, object asyncState )
Parameters
- BatchHeader
- Model
- ModelItemID
- Reports
- callback
- asyncState