Click or drag to resize
IReportManagerSearch Method

[This is preliminary documentation and is subject to change.]

Searches report names and categories for searchTerm

Namespace: Netadmin.Management.Report
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IReport> Search(
	string searchTerm
)

Parameters

searchTerm
Type: SystemString

[Missing <param name="searchTerm"/> documentation for "M:Netadmin.Management.Report.IReportManager.Search(System.String)"]

Return Value

Type: IEnumerableIReport
Reports matching search
See Also