Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
query
Type: System.Collections.HashtableThe query to use for the report(s).
context
Type: System.Web.HttpContextThe HttpContext.