IReportGenerator.StartReport Method
Starts a report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Sub StartReport ( _
stmTemplate As Stream, _
parameters As Hashtable _
)
'Usage
Dim instance As IReportGenerator
Dim stmTemplate As Stream
Dim parameters As Hashtable
instance.StartReport(stmTemplate, parameters)
void StartReport(
Stream stmTemplate,
Hashtable parameters
)
Parameters
stmTemplate
Type: System.IO.StreamA stream representation of the report.
parameters
Type: System.Collections.HashtableThe collection of parameters to initialize for the report, in the form of a hash table.
Remarks
The reporting engine calls this method when it starts generating the current report.