Initializes the designer with the specified component.

Namespace:  C1.C1Preview.Design
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override void Initialize(
	IComponent component
)
Visual Basic
Public Overrides Sub Initialize ( _
	component As IComponent _
)

Parameters

component
Type: System.ComponentModel..::..IComponent
The IComponent to associate the designer with. This component must always be an instance of, or derive from, C1PrintDocument.

Implements

IDesigner..::..Initialize(IComponent)

See Also