Skip to main content
All docs
V19.1

DesignTool.ForceAddToContainer(ISite, IComponent, String) Method

For internal use.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public static void ForceAddToContainer(
    ISite site,
    IComponent component,
    string name
)

Parameters

Name Type
site ISite
component IComponent
name String
See Also