Releases the resoureces used by C1PrintDocument.

Namespace:  C1.C1Rdl
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
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also