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
- reportType
Type: System.Int32
- tenantId
Type: System.Guid
- siteId
Type: System.Guid
- reportDate
Type: System.DateTime
- bDaily
Type: System.Boolean
- maxRows
Type: System.UInt32
Return value
Type: System.Collections.Generic.IList<QueryReportData>
Implements
IAnalyticsServiceApplication.GetSearchReport(Int32, Guid, Guid, DateTime, Boolean, UInt32)
See also
Reference
SearchServiceApplication class