SearchServiceApplicationProxy.GetSearchReport method

Gets data for a search report, including top queries that apply to that particular search report.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetSearchReport ( _
    reportType As Integer, _
    tenantId As Guid, _
    siteId As Guid, _
    reportDate As DateTime, _
    bDaily As Boolean, _
    maxRows As UInteger _
) As IList(Of QueryReportData)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim reportType As Integer
Dim tenantId As Guid
Dim siteId As Guid
Dim reportDate As DateTime
Dim bDaily As Boolean
Dim maxRows As UInteger
Dim returnValue As IList(Of QueryReportData)

returnValue = instance.GetSearchReport(reportType, _
    tenantId, siteId, reportDate, bDaily, _
    maxRows)
public IList<QueryReportData> GetSearchReport(
    int reportType,
    Guid tenantId,
    Guid siteId,
    DateTime reportDate,
    bool bDaily,
    uint maxRows
)

Parameters

  • siteId
    Type: System.Guid

    the day or month to use in association with the timeFrame

  • reportDate
    Type: System.DateTime

    the timeframe (day or month) for which to retrieve data

Return value

Type: System.Collections.Generic.IList<QueryReportData>
the top queries that apply to the particular search report

Implements

IAnalyticsServiceApplication.GetSearchReport(Int32, Guid, Guid, DateTime, Boolean, UInt32)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace