{CompanyName} FlexyGo

ReportsCollection..::..Remove Method

Removes ReportSettings from the Collection using ReportName as Key.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public bool Remove(
	ReportSettings aReportSettings
)
Public Function Remove ( _
	aReportSettings As ReportSettings _
) As Boolean

Parameters

aReportSettings
Type: FLEXYGO.Objects.Settings..::..ReportSettings
A ReportSettings.

Return Value

true if ok, false otherwise.