Gets the map of SearchReports by the dimension that was searched.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public IDictionary<string, Collection<SearchReport>> SearchReports { get; }
Visual Basic (Declaration)
Public ReadOnly Property SearchReports As IDictionary(Of String, Collection(Of SearchReport))
Visual C++
public:
property IDictionary<String^, Collection<SearchReport^>^>^ SearchReports {
	IDictionary<String^, Collection<SearchReport^>^>^ get ();
}

See Also