IParent.InsertChild(Int32, IReportItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void InsertChild(int index, Microsoft::ReportDesigner::IReportItem ^ child);
public void InsertChild (int index, Microsoft.ReportDesigner.IReportItem child);
abstract member InsertChild : int * Microsoft.ReportDesigner.IReportItem -> unit
Public Sub InsertChild (index As Integer, child As IReportItem)
Parameters
- index
- Int32
- child
- IReportItem