WorkflowReport.StartQuery method
This member is reserved for internal use and is not intended to be used directly from your code. AuditReport - StartQueryInitialize the query for the report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub StartQuery ( _
site As SPSite, _
query As Hashtable _
)
'Usage
Dim instance As WorkflowReport
Dim site As SPSite
Dim query As Hashtable
instance.StartQuery(site, query)
public void StartQuery(
SPSite site,
Hashtable query
)
Parameters
- site
Type: Microsoft.SharePoint.SPSite
- query
Type: System.Collections.Hashtable
Implements
IReportDataSource.StartQuery(SPSite, Hashtable)