Releases the resources used by the component.

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

Syntax

C#
protected override void Dispose(
	bool disposing
)
Visual Basic
Protected Overrides Sub Dispose ( _
	disposing As Boolean _
)

Parameters

disposing
Type: System..::..Boolean
If true, managed resources as well as unmanaged resources are released; if false, only unmanaged resources are disposed.

See Also