'Declaration Public Function CreateReport( _ ByVal BatchHeader As BatchHeader, _ ByVal Report As String, _ ByVal Parent As String, _ ByVal Overwrite As Boolean, _ ByVal Definition() As Byte, _ ByVal Properties() As Property, _ ByRef Warnings() As Warning _ ) As ServerInfoHeader
public ServerInfoHeader CreateReport( BatchHeader BatchHeader, string Report, string Parent, bool Overwrite, byte[] Definition, Property[] Properties, out Warning[] Warnings )
Parameters
- BatchHeader
- Report
- Parent
- Overwrite
- Definition
- Properties
- Warnings