CreateReportAsync Method
Declaration
public void CreateReportAsync(BatchHeader BatchHeader, string Report, string Parent, bool Overwrite, byte[] Definition, Property[] Properties)
Public Sub CreateReportAsync(BatchHeader As BatchHeader, Report As String, Parent As String, Overwrite As Boolean, Definition As Byte(), Properties As [Property]())
Parameters
Declaration
public void CreateReportAsync(BatchHeader BatchHeader, string Report, string Parent, bool Overwrite, byte[] Definition, Property[] Properties, object userState)
Public Sub CreateReportAsync(BatchHeader As BatchHeader, Report As String, Parent As String, Overwrite As Boolean, Definition As Byte(), Properties As [Property](), userState As Object)
Parameters