ReportRenderer2 Object [C++]

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

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

[C++]

COM Interface Name:   _ReportRenderer2
Interface ID Constant:   None
Header File:   None

[C++]

In C++, use the _ReportRenderer interface to access the methods of the ReportRenderer object.

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

Methods

[C++]

Method Description
Init Runs a static report.
ExecGroupedReport Runs a grouped report, which creates a set of reports sliced on the specified dimensions.

[Visual Basic]

Method Description
Init Runs a static report.
ExecGroupedReport Runs a grouped report, which creates a set of reports sliced on the specified dimensions.

Properties

[C++]

Property Value Description
BizdeskDocPath BSTR Specifies the URL for the default ASP page in the directory that contains the report help files.
ReportDirectory BSTR Specifies the local path on the Business Desk IIS machine where Commerce Server has rendered the completed reports.

Used only for grouped reports.

ReportLocale Long Describes the locale used for rendering dates in the report header.

[Visual Basic]

Property Value Description
BizdeskDocPath String Specifies the URL for the default ASP page in the directory that contains the report help files.
ReportDirectory String Specifies the local path on the Business Desk IIS machine where Commerce Server has rendered the completed reports.

Used only for grouped reports.

ReportLocale Long Describes the locale used for rendering dates in the report header.

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.

See Also

Analysis/Reporting Schema

Analysis/Reporting XML Structures

Creating Custom Reports

[C++]AsyncRpt Object

[C++]ListManager Object

[Visual Basic]AsyncRpt Object

[Visual Basic]ListManager Object

Running Reports

Copyright © 2005 Microsoft Corporation.
All rights reserved.