SearchServiceApplication.GetSearchReport method

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 SearchServiceApplication
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

Return value

Type: System.Collections.Generic.IList<QueryReportData>

Implements

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

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace