ContainerReportItem.AddChild(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:
virtual void AddChild(Microsoft::ReportDesigner::IReportItem ^ child);
public void AddChild (Microsoft.ReportDesigner.IReportItem child);
abstract member AddChild : Microsoft.ReportDesigner.IReportItem -> unit
override this.AddChild : Microsoft.ReportDesigner.IReportItem -> unit
Public Sub AddChild (child As IReportItem)
Parameters
- child
- IReportItem