Gets the IDictionary of ESearchReports for this dimension search result. Returns an empty set if there are no ESearchReports

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual IDictionary ESearchReports { get; }
Visual Basic
Public Overridable ReadOnly Property ESearchReports As IDictionary
	Get
Visual C++
public:
virtual property IDictionary^ ESearchReports {
	IDictionary^ get ();
}

Field Value

An IDictionary of ESearchReport, keyed by the search term.

See Also