Version

Search Results

ICallback Interface

Represents a callback interface. Syntax Remarks A callback can be used when loading a Report object from XML. There are three tags that will trigger the various callback functions where each tag has a corresponding On* callback.

OnContainer Method

Handles containers. Syntax Parameters container A IContainer object. Remarks This callback is triggered when a tag with the format is encountered in the XML, where ? is the name.

OnInjector Method

Handles injectors. Syntax Parameters name A name of an injector.text A Infragistics.Documents.Reports.Report.Text.IText object to inject with the content.style Current text style.hyperlink Current hyperlink. Remarks This callback is triggered when a tag with the format is encountered in the XML,...

OnMergeCode Method

Handles merge codes. Syntax Parameters name A name of a merge code. Return Value The value for the merge code. Remarks This callback is triggered when a tag with the format is encountered in the XML, where ? is the name. Generaly, this callback would be used when a value should be dynamically i...

ICanvas Interface

Represents a canvas element. Implements the Infragistics.Documents.Reports.Graphics.IGraphics interface. Syntax Remarks The canvas provides a large degree of flexibility in graphics rendering, specifically due to the CreateGraphics method that provides the user with a System.Drawing.Graphics object onto which to d...

ICanvas Interface Members

Public Properties Public Methods

ICanvas Interface Methods

Public Methods

ICanvas Interface Properties

Public Properties