IReportDataSource.StartReport Method
Starts a report with the specified parameters.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Sub StartReport ( _
parameters As Hashtable _
)
'Usage
Dim instance As IReportDataSource
Dim parameters As Hashtable
instance.StartReport(parameters)
void StartReport(
Hashtable parameters
)
Parameters
parameters
Type: System.Collections.HashtableThe collection of parameters that are used to initialize the report.