Four Js Genero Report Writer
FourJs.Report.Runtime.LayoutedPagesProducer Class Reference

Superclass for processors producing layouted (paged) content. More...

Inheritance diagram for FourJs.Report.Runtime.LayoutedPagesProducer:
FourJs.Report.Runtime.FourRpLayouter FourJs.Report.Runtime.PXMLLayouter

Public Member Functions

 LayoutedPagesProducer (LayoutedPagesConsumer consumer)
 Creates a LayoutedPagesProducer object that outputs to the given consumer object. More...
 

Protected Member Functions

 LayoutedPagesProducer ()
 Creates a LayoutedPagesProducer object. Constructor for the purpose of serialization of classes extending this class. More...
 

Properties

LayoutedPagesConsumer consumer [get, set]
 Sets the specified consumer as the consumer for the output produced by this processor. More...
 

Detailed Description

Superclass for processors producing layouted (paged) content.

Constructor & Destructor Documentation

FourJs.Report.Runtime.LayoutedPagesProducer.LayoutedPagesProducer ( )
protected

Creates a LayoutedPagesProducer object. Constructor for the purpose of serialization of classes extending this class.

FourJs.Report.Runtime.LayoutedPagesProducer.LayoutedPagesProducer ( LayoutedPagesConsumer  consumer)

Creates a LayoutedPagesProducer object that outputs to the given consumer object.

Parameters
consumerA LayoutedPagesConsumer

Property Documentation

LayoutedPagesConsumer FourJs.Report.Runtime.LayoutedPagesProducer.consumer
getset

Sets the specified consumer as the consumer for the output produced by this processor.