Version

OnInjector Method

Handles injectors.
Syntax
'Declaration
 
Sub OnInjector( _
   ByVal name As String, _
   ByVal text As IText, _
   ByVal style As Style, _
   ByVal hyperlink As Hyperlink _
) 
void OnInjector( 
   string name,
   IText text,
   Style style,
   Hyperlink hyperlink
)

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 "<Injector Name=?/>" is encountered in the XML, where "?" is the name. Using this callback provides more flexibility than the OnMergeCode method in that additional elements can be added to the containing Infragistics.Documents.Reports.Report.Text.IText element.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also