ReportBase.GetReportData method
Generates a report data object which allows the caller to access the generated report(s).
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function GetReportData ( _
query As Hashtable _
) As IReportData
'Usage
Dim instance As ReportBase
Dim query As Hashtable
Dim returnValue As IReportData
returnValue = instance.GetReportData(query)
public IReportData GetReportData(
Hashtable query
)
Parameters
query
Type: System.Collections.HashtableThe query to use for the report(s).
Return value
Type: Microsoft.Office.RecordsManagement.Reporting.IReportData