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.
Public Methods
Public Methods
Handles containers. Syntax Parameters container A IContainer object. Remarks This callback is triggered when a tag with the format
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
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
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...
Public Properties Public Methods
Public Methods
Public Properties