ReportRenderer Object

Ee823489.c++_on(en-US,CS.10).gifEe823489.vb_off(en-US,CS.10).gif

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

ProgID:   Commerce.ReportRenderer (Externally creatable)
COM Class Name:   ReportRenderer
Type Library Name:   Microsoft Commerce 2000 Report Renderer Type Library
DLL Name:   ReportRenderer.dll
Threading Model:   Both

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

Method Description
Init Initializes the object.

Remarks

The ReportRender object must be passed the ReportStatusID parameter of the report to be rendered in its initialization string. This parameter is set when the report is run or exported from the Reports module.

Exporting a static report writes a result table to a target database. The ListManager object imports from this table using the CreateFromDWCalc method of the ListManager object.

The ReportRender object runs synchronously. Use the AsyncRpt object to run static reports asynchronously.

See Also

Analysis/Reporting Schema

Analysis/Reporting XML Structures

Creating Custom Reports

AsyncRpt Object

ListManager Object

Running Reports


All rights reserved.