A custom report extension uses the same architecture as a built-in report in PerformancePoint Dashboard Designer; it consists of a report designer and a report viewer. The examples in this section create a report extension that reads and displays inbound parameters. To download the sample extension that inspired these examples, see Creating a Custom Report View Plug-in for PerformancePoint Server 2007 ~ Code Sample.
In This Section
|
Topic
|
Description
|
|---|
|
How to: Create Report Designers
|
A code example that creates a wizard template and editing controls in Dashboard Designer for the new report view. The resulting extension runs within Dashboard Designer.
|
|
How to: Create Report Viewers
|
This code example creates a report viewer that renders the HTML and graphics for the report. In addition, it provides logic to handle report parameters. The report viewer is a Web server control that resides on the Web server that generates the reports for a dashboard.
|