{CompanyName} FlexyGo

ObjectReportCollection..::..Remove Method

Removes ObjectReport from the Collection using ReportName as Key.

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

Syntax


public bool Remove(
	ObjectReport ObjectReport
)
Public Function Remove ( _
	ObjectReport As ObjectReport _
) As Boolean

Parameters

ObjectReport
Type: FLEXYGO.Objects.Settings..::..ObjectReport
An ObjectReport.

Return Value

true if ok, false otherwise.