AddChild(IReportItem, int)

Adds a child report item to the report.

Declaration Syntax

public void AddChild(IReportItem item, int index)

Parameters

item(IReportItem)

The item to add.

index(int)

The index where the child will be added.