AsyncRpt Object

Ee796428.c++_off(en-US,CS.10).gifEe796428.vb_on(en-US,CS.10).gif

Use this object to render (display) or export a static report asynchronously.

ProgID:   Commerce.AsyncRpt (Externally creatable)
COM Class Name:   AsyncRpt
COM Interface Name:   IAsyncRpt
Interface ID Constant:   IID_IAsyncRpt
Header File:   AsyncReport.h
Type Library Name:   Microsoft Commerce 2000 Async Report Manager Type Library
DLL Name:   AsyncReport.dll
Threading Model:   Both

In C++, use the IAsyncRpt interface to access the methods of the AsyncRpt object.

Because this object is primarily intended for use within ASP script, access from C++ will not be common.

The methods of the AsyncRpt object are shown in the following table.

Method Description
RunReport Runs or exports the report.

Remarks

The AsyncRpt object renders or exports reports asynchronously.

The ReportRender object renders or exports reports synchronously.

The AsyncRpt object calls the ReportRender object passing it a string containing the rendering parameters. For more information about the rendering process, see ReportRender Object.

See Also

Analysis/Reporting Schema

Analysis/Reporting XML Structures

Creating Custom Reports

ListManager Object

ReportRenderer Object

Running Reports


All rights reserved.