[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.DocumentBase-1.Dispose

Dispose Method

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc.

Declaration
public void Dispose()
Implements

Dispose(bool)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

Determines whether disposing is currently in progress.