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

Remarks

The reporting engine calls this method when it starts generating the current report.

See Also

Reference

IReportGenerator Interface

IReportGenerator Members

Microsoft.Office.RecordsManagement.Reporting Namespace