[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.Dispose

Dispose Method

Dispose()

Performs tasks related to releasing resources.

Declaration
public void Dispose()
Implements

Dispose(bool)

Performs tasks related to freeing and releasing resources..

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

A bool value indicating which resources should be released, true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

true to free both managed and unmanaged resources; false to free unmanaged resources only.