Share via


ReportBase.GenerateAndTransmitReport method

Generates the report and transmits the report using the HttpResponse.

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Sub GenerateAndTransmitReport ( _
    query As Hashtable, _
    context As HttpContext _
)
'Usage
Dim instance As ReportBase
Dim query As Hashtable
Dim context As HttpContext

instance.GenerateAndTransmitReport(query, _
    context)
public void GenerateAndTransmitReport(
    Hashtable query,
    HttpContext context
)

Parameters

See also

Reference

ReportBase class

ReportBase members

Microsoft.Office.RecordsManagement.Reporting namespace