MindFusion.Reporting for Silverlight Programmer's Guide
IRenderTarget Members
Methods
 


Represents an object, which can be used as a target of a report rendering operation. An instance of this class is supplied to the RenderPage or RenderAllPages methodReportLayout class.

The following tables list the members exposed by the IRenderTarget type.

 Public Methods

  Name Description

AddPage

Invoked by the rendering system when a new report page needs to be added to the rendering target.

BeginRender

Invoked at the start of the rendering.

EndRender

Invoked after all pages have been rendered.

Render

Invoked by the rendering system in order to render the specified UIElement.

Translate

Translates the rendering target by the specified amount.

 See Also

IRenderTarget Interface
MindFusion.Reporting.Silverlight Namespace