info.informatica.report.block
Interface DataBlock

All Known Implementing Classes:
BarChartBlock, PieChartBlock, RowTemplateBlock

public interface DataBlock

A block that prints a Dataset.

Author:
amengual at informatica dot info

Method Summary
 void print(ReportWriter rw, Dataset ds)
          Prints a Dataset object.
 

Method Detail

print

void print(ReportWriter rw,
           Dataset ds)
           throws info.informatica.doc.RenderingException,
                  DatasetException
Prints a Dataset object.

Uses the ReportWriter object to draw an object representation of the printed data.

Parameters:
ds - the dataset.
rw - the ReportWriter object.
Throws:
info.informatica.doc.RenderingException - if a problem occurred when rendering the block.
DatasetException - if there was a problem using the data.