AJE Components
ReportExplorerItems Search Method AJE Data Report Engine Help
Searches the Items Collection Object for an Item by the specified GUID parameter.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public bool Search(
	string GUID,
	ref ReportExplorerItem ReportExplorerItem = null
)

Parameters

GUID
Type: OnlineSystem String
The GUID to Seach for in the Collection Object.
ReportExplorerItem (Optional)
Type: AJE.DataReportEngine ReportExplorerItem 
The Item Object if found.

Return Value

Type: OnlineBoolean
Remarks

See Also