Contents Namespaces | Ansys.ACT.Interfaces.Reporting Namespace | IReport | Print page AddChild(IReportItem, int) Adds a child report item to the report. Declaration Syntaxpublic void AddChild(IReportItem item, int index)Parametersitem(IReportItem)The item to add.index(int)The index where the child will be added. « AddChild(IReportItem) GetChild(int) »