IParent.ActivateChild(IActivatable) 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 ActivateChild(Microsoft::ReportDesigner::IActivatable ^ child);
public void ActivateChild (Microsoft.ReportDesigner.IActivatable child);
abstract member ActivateChild : Microsoft.ReportDesigner.IActivatable -> unit
Public Sub ActivateChild (child As IActivatable)
Parameters
- child
- IActivatable