AsyncRpt2 Object [C++]
Use this object to render (display) or export a static report asynchronously.
ProgID: | Commerce.AsyncReportMgr2 (Externally creatable) |
COM Class Name: | AsyncRpt2 |
Type Library Name: | Microsoft Commerce 2002 Async Report Manager Type Library |
DLL Name: | AsyncReport2.dll |
Threading Model: | Both |
[C++]
COM Interface Name: | IAsyncRpt |
Interface ID Constant: | IID_IAsyncRpt |
Header File: | AsyncReport.h |
[C++]
In C++, use the IAsyncRpt2 interface to access the methods of the AsyncRpt2 object.
Because this object is primarily intended for use within ASP script, access from C++ will not be common.
Methods
[C++]
Method | Description |
---|---|
RunReport | Runs or exports the report. |
[Visual Basic]
Method | Description |
---|---|
RunReport | Runs or exports the report. |
Properties
[C++]
Property | Type | Description |
---|---|---|
BizdeskDocPath | BSTR | Contains the URL for the default ASP page in the directory containing the report help files.
This property is write-only. |
ReportLocale | Long | Stores the locale in which the report should appear.
This property is write-only. |
[Visual Basic]
Property | Type | Description |
---|---|---|
BizdeskDocPath | BSTR | Contains the URL for the default ASP page in the directory containing the report help files.
This property is write-only. |
ReportLocale | Long | Stores the locale in which the report should appear.
This property is write-only. |
Remarks
The AsyncRpt2 object renders or exports reports asynchronously.
The ReportRender2 object renders or exports reports synchronously.
[C++] The AsyncRpt2 object calls the ReportRender2 object passing it a string containing the rendering parameters. For more information about the rendering process, see ReportRender2 Object.
[Visual Basic] The AsyncRpt2 object calls the ReportRender2 object passing it a string containing the rendering parameters. For more information about the rendering process, see ReportRender2 Object.
See Also
Analysis/Reporting XML Structures
[C++]ListManager Object
[Visual Basic]ListManager Object
[Visual Basic]ReportRenderer2 Object
Copyright © 2005 Microsoft Corporation.
All rights reserved.